Hi Dani,
I build the project, I also tried with phonegap-build, but it gave me an error in some dependency.
But now the browser redirection to app is working, using moodle mobile 3.5.2, but i have other problems.
When i change the urlscheme from moodle, moodle mobile ( config.xml, src/config.json ) and build the project, after login in sso on browser, not return to app.
In the logcat i see some like this:
"Navegacion Inaccesible: myurlscheme://token=XXXXXXXXXXXXXXXXXXX;"
But urlscheme moodlemobile works fine.
PD. Since i disabled the local_mobile feature so, i should change the value from wsextservice from local_mobile to a empty string ?
Because ( i think) that causes that after logging me successfully, browser open the application and show me a message to login again.
I have also noticed that some login / token calls go to https: // www. instead of http://, I have looked at a similar problem in the forum, but they refer to a redirection configuration on the server, but that does not happen on my server, when I make the same request manually it does not redirect me.