我創造它打開web視圖中的url
iPhone
phone gap
應用程序,有時候沒有互聯網連接或404 page not found
或url
的請求返回損壞和應用程序返回空白頁...錯誤處理的PhoneGap的頁面在IOS
我在android
之前發佈的構建和我解決了這個情況是這樣的:
<!-- Inside config.xml of android app -->
<!-- in this case while 404 it well redirect automatically to error.html -->
<preference name="errorURL" value="file:///android_asset/www/error.html" />
什麼是IOS的類似的解決方案???究竟是什麼情況下,最好的辦法......
我做不知道Android非常好,是'file:/// android_asset/www/error.html'你的自定義文件嗎?在這種情況下,也可以在iOS應用程序中添加一個並引用它。檢查[創建用戶友好404頁面](http://www.codinghorror.com/blog/2007/03/creating-user-friendly-404-pages.html) –
@ M.Mimpen是的,我可能很高興這個頁面在我的項目中,我用它作爲404 Handler頁面。 –