-
1. Re: Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser
Sudarshan Thiagarajan Mar 15, 2013 12:43 AM (in response to Enrique1972)Can you upload this to your server and give us a link so we could check?
-
2. Re: Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser
Enrique1972 Mar 15, 2013 8:25 PM (in response to Sudarshan Thiagarajan)Here is the link:
http://netsharkmedia.com/mobile/
When viewing the webpage, if you click on on the the buttons to go to the next page, you will not have a "back" button to return to the previous page. Also, still can't figure out why it won't preview with styling in Dreamweaver's Live View.
-
3. Re: Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser
Web Magi Mar 15, 2013 9:33 PM (in response to Enrique1972)Any particular reason your index page is PHP? Unless PHP is needed, a .htm or .html extension will let you see it in Live view without needing to preview it using the local source.
You have to add a Back button yourself.
Also, Dreamweaver's default jQuery Mobile files are severely outdated. You might want to consider updating those: http://jquerymobile.com/
-
4. Re: Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser
Sudarshan Thiagarajan Mar 15, 2013 9:39 PM (in response to Enrique1972)You're missing the viewport meta attribute. Add ths to your <head> section.
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
And add this to Line 13:
Do this for all page IDs.
-
5. Re: Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser
Sudarshan Thiagarajan Mar 15, 2013 9:40 PM (in response to Enrique1972)Also, Here's an anatomy of jQuery mobile page. You may want to read through it: http://jquerymobile.com/demos/1.0a4.1/#docs/forms/../../docs/content/../../docs/forms/../. ./docs/forms/../../docs/pages/docs-pages.html
-
6. Re: Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser
Enrique1972 Mar 15, 2013 10:05 PM (in response to Sudarshan Thiagarajan)Thanks for the info. I will give your suggestions a try. Also, the extension is php because I have a cms my clients use. When they update info on the website, it updates both the desktop and mobile versions of the website all at one time.
-
7. Re: Jquery Mobile Website does not preview properly in Dreamweaver's Live View or in my web browser
Enrique1972 Mar 16, 2013 9:24 PM (in response to Enrique1972)Thanks for all the feedback, guys. Thinks are workng just as they should!
Here's the link to prove it!



