I have created a mobile Application with ASP.NET MVC 4 and jQuery mobile. It works fine on Android and i Phone but there are different Problems when running it on a Windows Phone 7 . The Java Script on Checkboxes doesnt work...
has anybody an idea ...
The Site is Qr-Joker.de....the Problems are on the Login/Register Page...
Hi together, i tried to use page transitions using the "data-transition" attribute.. But only Chrome shows an effect, and only when i chose the option "flip"... Is this a problem with the browser, or has anything changed with the "data-transition" atrribute?
Hello together, im a newbie in jquery mobile and i have a problem. Im working with O'Reileys jQuery Mobile Book. I made the first steps and got the first problem..My second page has no Back Button and i have no idea why?? My Code is: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>jQuery Mobile</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script> </head> <body>
<section id="page1" data-role="page"> <header data-role="header"><h1>jQuery Mobile</h1></header> <div class="content" data-role="content"> <p>Erste Seite</p> <p><a href="#page2">Gehe zu Seite 2</a></p> </div> <footer data-role="footer"><h1>AbeTheApe</h1></footer> </section>