t4kemyh4nd opened a new issue #880:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/880


   
https://github.com/apache/cordova-plugin-inappbrowser/blob/3b6757fc4407aa5cd9d5cbda3ff2f8174ecdae1a/src/android/InAppBrowser.java#L1203
   
   In the shouldOverrideUrlLoading, the code seems to be also capable of 
parsing intent URIs. However, in case of intent URI, for example 
**intent://scan/#Intent;scheme=zxing;package=com.google.zxing.client.android;end**,
 `intent.setData` will not work at all when it is passed to `startActivity`. To 
be able to parse intent URIs, `intent.parseUri` should be used instead.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to