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.

cordova.InAppBrowser



  • Hi,

    I have the plugin installed (in the build section), but, in my app cordova.InAppBrowser is undefined. I have tried with both the debugger version (custom build debugger) and also in the release version.


  • Monaca

    You must call any APIs of a Cordova plugin within “deviceready” event which signals that Cordova’s device APIs have loaded and are ready to access…
    They will appear “undefined” if you call them before they are completely loaded. Also, please make sure you call each API properly.