5

Is it possible? I need it to show jQuery Mobile footer and header under and above InAppBrowser.

janot
  • 13,578
  • 1
  • 27
  • 57
  • 2
    Is there a particular reason you have to use InAppBrowser? Because I doubt you will be able to do that without some heavy customization. Have you tried/taken a look at a solution like [this](http://stackoverflow.com/a/18145353/2281093)? – Andrew Lively Nov 18 '13 at 21:24
  • 1
    You can use iFrame instead – Vicky Gonsalves Nov 19 '13 at 01:51
  • @VickyGonsalves Thanks for suggestion, I've tried both – janot Nov 20 '13 at 10:54
  • @AndrewLively Thanks for suggestion, I've tried it, but is just not displayed http://stackoverflow.com/q/20076090/1548085 – janot Nov 20 '13 at 10:56
  • Some sites (like Facebook), don't allow iframes, so that isn't a solution. – Karolis.sh Sep 24 '14 at 12:32
  • @janot did you find an answer to this ? I'm looking for this solution. thanks – Gregdebrick Apr 03 '19 at 15:04
  • @Gredgebrick nope – janot Apr 03 '19 at 19:27

2 Answers2

1

You can add header and footer from css by inserting css. Recently changed background in inAppBrowser. Please have a look on this Link

Nijil Nair
  • 1,608
  • 1
  • 11
  • 14
0

Try using Iframe

header code here

  <iframe class="iframe" id ="iframe" src="https://www.google.com"></iframe>

footer code here

MSD
  • 437
  • 6
  • 18