-
1. Re: back button missing on mobile site
Ben Pleysier Jun 20, 2014 10:29 PM (in response to bluebell0116)The answer lies in your markup. Please supply a link to the page so that we can help you.
-
2. Re: back button missing on mobile site
bluebell0116 Jun 21, 2014 1:07 PM (in response to Ben Pleysier)Ben, You can find my page at www.tietzeplumbing.com/mobile.html. I've uploaded the page along with the .js files. I've had this same issue with other sites, too. I appreciate your help.
-
3. Re: back button missing on mobile site
Nancy O. Jun 21, 2014 2:26 PM (in response to bluebell0116)You have no Theme, data-role or data-icon expressed in your source code. You should have one set for each "page."
<div id="page2" data-role="page" data-theme="a">
<div data-role="header">
<a href="#page" data-role="button" data-icon="home">Home</a>
<h1>Page2 Heading 1</h1>
</div>
Nancy O.
-
4. Re: back button missing on mobile site
bluebell0116 Jun 21, 2014 2:31 PM (in response to Nancy O.)Interesting that none of the tutorials mention having to define them. I followed the instructions and no reference was made to this needing to be done manually.
-
5. Re: back button missing on mobile site
Nancy O. Jun 21, 2014 2:38 PM (in response to bluebell0116)Maybe you're not following the right tutorials .
Try this one:
Create & package Mobile apps with DW, jQuery Mobile & PhoneGap
http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
Nancy O.


