cordova phonegap using external web page in app while maintaining header/footer (for navigation)

匆匆过客 提交于 2019-12-08 15:55:49

问题


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.



来源:https://stackoverflow.com/questions/29923227/cordova-phonegap-using-external-web-page-in-app-while-maintaining-header-footer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!