문제

We have a html5 application. When its started on iOS 7 on iPhone 5, from the home screen (as a fullscreen application). The phone restarts.

We're using webSql, and the appCache. The application never reaches a point where it does Ajax calls.

Has anyone experienced anything similar, know of any workarounds?

도움이 되었습니까?

해결책

We had the same issue with our html 5 app. Our application was creating a websql db with an initial size of 25Mb. We resolved it by creating it with a size less than 5Mb. Apparently IOS7 + safari has a bug when websql database is created initially with a size greatar than 5Mb.

Here is the link which explains the issue: http://www.mobilexweb.com/blog/safari-ios7-html5-problems-apis-review

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top