You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled upon your plugin while trying to implement oAuth flows (tough task on cordova 😰)
I really like the simplicity of your implementation, however, on Android the url is remapped to file:///android_asset/www/ (source) but it seems apps are now served from http://localhost (This is the source I found about that change). It results in a blank page with CORS issues everywhere.
Is this a legit issue or did I miss something in my app's configuration?
Thank you in advance 😄
The text was updated successfully, but these errors were encountered:
Hi,
I stumbled upon your plugin while trying to implement oAuth flows (tough task on cordova 😰)
I really like the simplicity of your implementation, however, on Android the url is remapped to
file:///android_asset/www/
(source) but it seems apps are now served fromhttp://localhost
(This is the source I found about that change). It results in a blank page with CORS issues everywhere.Is this a legit issue or did I miss something in my app's configuration?
Thank you in advance 😄
The text was updated successfully, but these errors were encountered: