[
https://issues.apache.org/jira/browse/CB-12407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-12407:
----------------------------
Priority: Minor (was: Major)
> InAppBrowser object reference AND events lost
> ---------------------------------------------
>
> Key: CB-12407
> URL: https://issues.apache.org/jira/browse/CB-12407
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-inappbrowser
> Affects Versions: 6.4.0
> Environment: android (never tried other plaforms)
> Reporter: Othon Crelier
> Priority: Minor
>
> If you have an instance of InAppBrowser, say, with target=_blank, and then
> you create a new instance with target=_system, your original InAppBrowser
> reference gets lost, and the events assigned to it stop working.
> {code:javascript}
> let blankBrowser = new InAppBrowser('https://someurl.com', '_blank',
> 'location=no,zoom=no,hidden=no');
> blankBrowser.on('loadstart').subscribe(
> event => {
> //some behavior
> }
> );
> let systemBrowser = new InAppBrowser('https://anotherurl.com', '_system',
> 'location=no,zoom=no,hidden=no');
> //bang! the events assigned to blankBrowser go away, and I cannot do
> anything with the reference
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]