You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/06 02:44:54 UTC

[GitHub] [cordova-plugin-inappbrowser] mosabab opened a new issue #862: [net::ERR_UNKNOWN_URL_SCHEME] Custom scheme names not work with cordova webview for Android

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


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   Should deal with any name of custom scheme intent.
   ### What does actually happen?
   If you try to open external link for example via inappbrowser plugin, it open it without any problem, but if you click on any link in that website that have intent; with custom scheme name; then the inappbrowser plugin generate an error message from cordova webview:
   net::ERR_UNKNOWN_URL_SCHEME
   
   
   ## Information
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   ### Version information
   <!--
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova cli 10.0.0
   cordova-android 9.1.0-dev (master version)
   cordova-plugin-inappbrowser 5.0.0
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #862: [net::ERR_UNKNOWN_URL_SCHEME] Custom scheme names not work with cordova webview for Android

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #862:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/862#issuecomment-814397921


   > My best guess is the fact that in-app-browser implements its own webview (as it's intended to have an isolated webview) https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/android/InAppBrowser.java#L916
   > 
   > [apache/cordova-android#1167](https://github.com/apache/cordova-android/pull/1167) is for the cordova webview so it won't have any effect on the in app webview.
   > 
   > Issues with the in-app browser webview should be reported for the in-app-browser plugin. Since I think it is desirable to have the same behaviour in this case, I'll move this ticket over to the proper repository.
   
   Thanks for explain 


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] mosabab closed issue #862: [Android] Custom intent not work in inappbrowser [net::ERR_UNKNOWN_URL_SCHEME]

Posted by GitBox <gi...@apache.org>.
mosabab closed issue #862:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/862


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] mosabab commented on issue #862: [Android] Custom intent not work in inappbrowser [net::ERR_UNKNOWN_URL_SCHEME]

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #862:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/862#issuecomment-817714733


   @breautek 
   Hi, i found that if someone familiar with java code can fix this issue as fixed on android platform webview.
   But unfortunatly i dont have any experinces in java codes.
   
   Thanks


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org