Navigation with external link
Hi
I've just started using jQuery Mobile so sorry if this is a simple answer!
I've got my basic page done and when I link to other pages in the same domain I can get the header bar working with a back button, e.g.
<div data-role="header">
<h1>Page Title</h1>
</div>
However I also want to link to an external page but it always takes up the whole screen. Therefore is it possible to link to an external page but also have a header bar with a back button and if so how?
Thanks