-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue(InAppBrowser) Invalid event target #1446
Comments
@ihadeed nobody who can help me with this? |
There is now a forum thread where we try to tackle this problem: https://forum.ionicframework.com/t/issue-inappbrowser-invalid-event-target/88548 |
Fixed and will be available in the next release. |
Yes the on function for me doesn't work. @fabiancook did you this working? I get this error:
|
This has still not been resolved, I was able to correct it by changing my local version of the module |
Ok thanks. I got it working by using cordova
|
As @ihadeed said this has been solved. Unfortunately there hasn't been a release since 21 days, so the change is not available via npm yet. |
Hi Guys,
I'm having trouble subscribing to the events fired by the InAppBrowser. Opening a url in the browser is working fine, trying to subscribe to an event throws the error. I started a new project with a single page and only the inappbrowser plugin, still throws the same error.
I've been at this for days now. Am I doing something wrong, or is this a bug?
--
Full error
Version info
app.module.ts
home.ts
package.json
The text was updated successfully, but these errors were encountered: