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
Post a Comment