We are just getting back to Moodle mobile development, and things are much improved but different.
I've done all the app development setup found in https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2
We have both live and demo servers on Moodle 3.7 set up which work with the standard Moodle mobile app and our SSO (opening a new browser window), but when I run
ionic serve
On the integration branch of the Moodle mobile 2 app (latest version) everything appears to work fine until I try to point to the same url that works on the mobile. I get the "must open new browser" window but the URL appears to be bad. https://example.com/local/mobile/launch.php?service=local_mobile&passport=nnn.nnnnnnnnnn&urlscheme=moodlemobile
There is no mobile/launch.php in /local/mobile, so I'm not sure what is happening.
I've tried the above in both normal browser and incognito mode but get the same results.
Should I be on a different branch? Am I doing something wrong? I would hope to debug using chromium or similar browser rather than develop mobile add ins on a device or emulator.