We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That the event of type InAppBrowserEvent returned from addEventListener has property data as per documentation.
event
InAppBrowserEvent
addEventListener
data
There is no data property on type InAppBrowserEvent
https://cordova.apache.org/docs/en/12.x/reference/cordova-plugin-inappbrowser/index.html#inappbrowserevent-properties
Cordova: 12.0.0 Cordova Plugin InAppBrowser: 6.0.0 Operating System: Linux
The text was updated successfully, but these errors were encountered:
For clarity, the bug report refers to the typings:
cordova-plugin-inappbrowser/types/index.d.ts
Lines 96 to 105 in e2d8429
Which lacks the data property, though it has other properties even though the event may not always include them.
Sorry, something went wrong.
No branches or pull requests
Bug Report
Problem
What is expected to happen?
That the
event
of typeInAppBrowserEvent
returned fromaddEventListener
has propertydata
as per documentation.What does actually happen?
There is no
data
property on typeInAppBrowserEvent
Information
https://cordova.apache.org/docs/en/12.x/reference/cordova-plugin-inappbrowser/index.html#inappbrowserevent-properties
Version information
Cordova: 12.0.0
Cordova Plugin InAppBrowser: 6.0.0
Operating System: Linux
Checklist
The text was updated successfully, but these errors were encountered: