Application cache in HTML5 doesn't work in Android PhoneGap application

后端 未结 3 2041
悲&欢浪女
悲&欢浪女 2020-12-18 17:38

I\'m trying to use application cache in HTML5 for Android PhoneGap Application, but this doesn\'t work, it doesn\'t feel with ApplicationCahce Events.

functi         


        
3条回答
  •  醉酒成梦
    2020-12-18 17:53

    did you set the correct mime-type? At first I use the '.txt' like thie:

    
    
    
    

    It works well in iOS, Chrome but doesn't work in Android!

    When I set the correct mime-type,it works well~

    In tomcat,the default extension was '.appcache',and the default mime-type was:

    
        appcache
        text/cache-manifest
    
    

提交回复
热议问题