So far I have tried inappbrowser and iframes. Iframes work, but I have encountered a couple of app-breaking bugs in the implementation I am using with iframes. Is there a more native-like solution for displaying external web pages inside of phonegap while still maintaining your apps navigation, such as a header with a side scrolling menu?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I believe, the easiest approach is to go with cordova themablebrowser plugin which simplifies the implementation and helps in ease of development and maintenance. You can have a look at themablebroswer plugin link for more info. Hope it helps.