Reputation: 14552
Is it possible? I need it to show jQuery Mobile footer and header under and above InAppBrowser.
Upvotes: 5
Views: 6361
Reputation: 386
Try using Iframe
header code here
<iframe class="iframe" id ="iframe" src="https://www.google.com"></iframe>
footer code here
Upvotes: 0
Reputation: 1608
You can add header and footer from css by inserting css. Recently changed background in inAppBrowser. Please have a look on this Link
Upvotes: 1