如果崩溃的原因,如果它是从iOS中的Webview中的iframe中打开的URL崩溃了吗?

时间:2014-11-13 09:49:50

标签: cordova sencha-touch

在iframe中的cordova项目中打开的URL导致iOS 7崩溃。

1 个答案:

答案 0 :(得分:0)

没有直接检查webview崩溃的方法,或至少我所知道的。 我可以为您推荐一些步骤:

i) open your content/web page in browser and check for all errors it throws in browser
ii) stop/delete all unnecessary service calls
iii) webview sandbox environment has to be within 10 MB
iv) make sure you are not getting any 404 errors, use browser to check this easily
v) update and refine your codes to do be simple and avoid any service calls which is not required in webview environment