Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 444
Trevor Panhorst Avatar asked Apr 28 '15 15:04

Trevor Panhorst


1 Answers

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.

like image 184
Gandhi Avatar answered Oct 16 '22 01:10

Gandhi