Hi everyone!
Now android devices are automatically setting chrome as default browser when run IONIC app. Can i switch to the others. Now with chrome (ver77-latest version) my app cannot run.
I faced this problem.
Uncaught (in promise) TypeError: Method Promise.prototype.then called on incompatible receiver [object Object]
at then ()
Hello did you solve this issue? I Have the same problem.
Try this:
- npm install
- open node_modules/stream-http/lib/capability.js
- comment-out the first line:
// exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)
// it becomes undefined
Seem it 's bug from chrome.
It worked out! Thank You!
but still can we change the default browser used for rendering the app in android ?