简体   繁体   中英

Web app not working on IPad but works on desktop browser

I am creating a web application that runs on an ipad using JQuery, CSS and HTML, when i test my application on a web browser everything works perfectly, but when i access the web app through the ipads browser all the windows look the same but none of the functionality is there. I have no idea why because i have all the .js files imported into the .html files and all the functionality works on the safari and fire on the desktop.... It is as if the web app on the ipad is ignoring all my .js files!

here is a picture of my files and i can add code if anybody wants it

在此处输入图片说明

Does anyone have any ideas why the functionality would not be working on the ipad?

You can try to launch the web application on a Webkit browser which is what is used in iPad and try to figure out what the issue is. Webkit browsers include Safari and Google Chrome. Using these launch the Web Inspector and see if there are any errors loading javascript files by going to Network Tab.

You can use the remote debuging feature with the ipad and safari. Warning this only works on IOS 6 http://moduscreate.com/enable-remote-web-inspector-in-ios-6/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM