This content has been marked as final.
Show 2 replies
-
Re: appcache error
Lucas Garrido Nov 24, 2017 3:01 AM (in response to Lucas Garrido)Hello, i have some details about this.
I tried to cache my files using a simple index.html and an appcache file and it works fine, then i added the scripts and stylesheet references like
<link rel="stylesheet" type="text/css" href="./css/main.css">
<script type="text/javascript" src="/vendor.2c18439a.js">
this is triggering the fetch error
-
Re: appcache error
Joydeep Chakraborty Nov 29, 2017 10:56 AM (in response to Lucas Garrido)Which version of Enterprise Browser are you using? Please share the config.xml and the Device model number and OS version.
Have you set the Application Cache value to 1 in config.xml?
Config.xml Reference - Zebra Technologies TechDocs
<ApplicationCacheEnabled value="1"/>
You can also try setting
Config.xml Reference - Zebra Technologies TechDocs
<DomStorageEnabled value="1"/>
Regards,
Joydeep
-