Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

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.