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/03/21 11:45:07 UTC

[GitHub] [cordova-android] mosabab opened a new issue #1171: Android cannot handle link scheme intent:// with browser_fallback_url param

mosabab opened a new issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   Should handle link scheme intent:// with browser_fallback_url param without any problems
   
   ### 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; scheme; then the inappbrowser plugin generate an error message:
   net::ERR_UNKNOWN_URL_SCHEME
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   ![20210321_091830](https://user-images.githubusercontent.com/47486787/111903512-4e8d5e80-8a4b-11eb-9e6d-8560fb29244d.jpg)
   
   
   
   
   ### 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? -->
   Android 10
   
   
   ### 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
   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-android] mosabab commented on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME] link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-808145606


   @erisu any idea regarding this issue!
   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


[GitHub] [cordova-android] mosabab commented on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME] link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-808746527


   > I havent looked at this yet but while reviewing and sorting PRs, I had noticed a PR with similar context.
   > 
   > * #1167
   > 
   > I only glanced over the code but didn't do a complete review yet.
   
   Thanks for the explain.
   If that issue got fixed will be good for next cordova-android release
   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


[GitHub] [cordova-android] breautek commented on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME] Custom scheme names not work with cordova webview for Android

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-813781826


   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
   
   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.


-- 
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-android] mosabab commented on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME]

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-813126620


   > I havent looked at this yet but while reviewing and sorting PRs, I had noticed a PR with similar context.
   > 
   > * #1167
   > 
   > I only glanced over the code but didn't do a complete review yet.
   
   I think the Mentioned PR need to add some code to be in the correct way, because the custom scheme names not work with cordova web view, and the webview generate error message like this:
   [net::ERR_UNKNOWN_URL_SCHEME]


-- 
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-android] mosabab removed a comment on issue #1171: Android cannot handle properly the link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
mosabab removed a comment on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-803562289


   Maybe this PR fix the issue https://github.com/apache/cordova-android/pull/1167 ?


-- 
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-android] mosabab commented on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME] link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-813009257


   > I havent looked at this yet but while reviewing and sorting PRs, I had noticed a PR with similar context.
   > 
   > * #1167
   > 
   > I only glanced over the code but didn't do a complete review yet.
   
   I try after you merge the #1167 but the issue still appear


-- 
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-android] mosabab edited a comment on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME]

Posted by GitBox <gi...@apache.org>.
mosabab edited a comment on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-813126620


   > I havent looked at this yet but while reviewing and sorting PRs, I had noticed a PR with similar context.
   > 
   > * #1167
   > 
   > I only glanced over the code but didn't do a complete review yet.
   
   I think the Mentioned PR need to add some code to be in the correct way, because the custom scheme names not work with cordova web view, and the webview generate error message like this:
   [net::ERR_UNKNOWN_URL_SCHEME].
   
   @breautek Do you have any idea for this issue ?
   
   Thanks all


-- 
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-android] mosabab removed a comment on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME]

Posted by GitBox <gi...@apache.org>.
mosabab removed a comment on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-813009257


   > I havent looked at this yet but while reviewing and sorting PRs, I had noticed a PR with similar context.
   > 
   > * #1167
   > 
   > I only glanced over the code but didn't do a complete review yet.
   
   I try after you merge the #1167 but the issue still appear


-- 
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-android] mosabab commented on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME] link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-810642193


   @breautek could you please have a look into this issue ?
   I try it by inappbrowser plugin to open for example website like in this photo.
   ![112625942-9859b880-8e40-11eb-8296-b9e8d3ca0f47](https://user-images.githubusercontent.com/47486787/113069016-22e74280-91c8-11eb-9515-49d62ec929cf.jpg)
   
   But I am not sure why this happen, if you can look at this please, I appreciate that, 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


[GitHub] [cordova-android] mosabab commented on issue #1171: Android cannot handle properly the link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
mosabab commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-803562289


   Maybe this PR fix the issue https://github.com/apache/cordova-android/pull/1167 ?


-- 
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-android] erisu commented on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME] link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-808150989


   I havent looked at this yet but while reviewing and sorting PRs, I had noticed a PR with similar context.
   
   * https://github.com/apache/cordova-android/pull/1167
   
   I only glanced over the code but didn't do a complete review yet.


-- 
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-android] mosabab removed a comment on issue #1171: [net::ERR_UNKNOWN_URL_SCHEME] link scheme intent:// with browser_fallback_url param

Posted by GitBox <gi...@apache.org>.
mosabab removed a comment on issue #1171:
URL: https://github.com/apache/cordova-android/issues/1171#issuecomment-810642193


   @breautek could you please have a look into this issue ?
   I try it by inappbrowser plugin to open for example website like in this photo.
   ![112625942-9859b880-8e40-11eb-8296-b9e8d3ca0f47](https://user-images.githubusercontent.com/47486787/113069016-22e74280-91c8-11eb-9515-49d62ec929cf.jpg)
   
   But I am not sure why this happen, if you can look at this please, I appreciate that, 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