javascript - HTML5 Fetch ignores <access origin="*"/> from cordova -


i developing phonegapp app , use library data fetching. library using native "fetch" getting data.

unfortunately in phonegap native fetch seems ignore <access origin="*"/> settings.

when hack isomorphic fetch library force use polyfill works. think in general should work normal js api such fetch. has found better solution this?


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -