Search code examples
cordovavue.jsmobilephonegapquasar-framework

How to embed an external home page on a quasar/cordova/vue.js mobile app?


I have a mobile app made in quasar/cordova/vue.js. I need to add a section where the user can browse a catalog available on the internet.

I managed to use the inappbrowser plugin however it opens the website full screen on top of my app. Can I make the browser fill a section of the app? So the bottom tab bar remains visible?


Solution

  • with inappbrowser, it's possible to open in webview a web page.

    verify your config.xml, add if not present :

    <allow-navigation href="*" />