Default browser run on android device

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 ()

2 Likes

Hello did you solve this issue? I Have the same problem.

Try this:

  1. npm install
  2. open node_modules/stream-http/lib/capability.js
  3. 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!