Monaca iOS Debugger Issues
-
Issue 1:
If I run:cordova.InAppBrowser.open(someUrl, '_system');
I immediately get the following alert:
Already logged in. Logout and take a QR code again. then it pops again. However, the open works. It is not a critical issue but annoying.
Same issue happens if I use window.open(…);
This issue is not new. It happens in previous debugger version 2.4.x.
Issue 2:
Sometimes the pairing process does not work if the Monca Localkit is already running. The pairing dialog keeps popping up and it’s not sucessfull. I learned to start Monaca Debugger first, then open the Monaca Localkit; this works fine. FYI.