JQuery Mobile does not work on Android 5.0(lollipop)
Hi,
Since I can not speak English , I use google translation.
I am using JQuery mobile to my web site.
It works normally in Iphone(ios8.3).
However , it does not work properly in Android5.0.2(lollpop).
I was a test by creating a simple web site.
screenshots:
ios8.3
Android5.0.2
It will also be displayed in the same manner other web page you are using JqueryMobile In Android5.0.2.
My web page is using JQuery1.3.2.
However , trouble in Android happens even JQuery1.4.5.
code:
- <!DOCTYPE html>
- <html>
- <head>
- <title>title</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <link rel="stylesheet" href="//code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
- <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
- <script src="//code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
- </head>
- <body>
- <div data-role="page">
- <header data-role="header">
- <h1>title</h1>
- </header>
- <div data-role="content">
- <a data-role="button">test</a>
- </div>
- <footer data-role="footer">
- <h1>foot</h1>
- </footer>
- </div>
- </body>
- </html>
Please tell me why such a problem occurs .
Thank you very much in advance.