database - ajax with manifest not workign -
i have strange problem web app. app loads data database , can work offline (html5 database feature).
but when added manifest file made offline mode more powerful, ajax calls loading data server client does't working anymore.
does know can reason that? adding manifest file make ajax calls unusable?
nest
you need include server-side ajax files in network section of cache manifest. should let ajax calls work properly. note work when user online. if they're running application cache , offline, ajax calls fail since server unavailable.
Comments
Post a Comment