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 2020/07/22 07:25:04 UTC

[GitHub] [cordova-android] ctaque opened a new issue #1032: redirections from the app redirects to browser

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


   <!------------^ Click "Preview" for a nicer view! -->
   Hello,
   My apps consits in a redirection to a website.
   In previous apps I did, when I did the redirection it opended the website in the app, not in the browser.
   To do the last one I upgraded cordova, gradle and android-studio.
   Why is it  redirecting to the browser ?
   Which version do I need to open the website in the app ?
   
   Thanks in advance
   
   
   Apache Cordova uses GitHub Issues as a feature request and bug tracker _only_.
   For usage and support questions, please check out the resources below. Thanks!
   
   ---
   
   You can get answers to your usage and support questions about **Apache Cordova** on:
   
   * Slack Community Chat: https://cordova.slack.com (you can sign-up at http://slack.cordova.io/)
   * StackOverflow: https://stackoverflow.com/questions/tagged/cordova using the tag `cordova`
   
   ---
   
   If you are using a tool that uses Cordova internally, like e.g. Ionic, check their support channels:
   
   * **Ionic Framework**
     * [Ionic Community Forum](https://forum.ionicframework.com/)
     * [Ionic Worldwide Slack](https://ionicworldwide.herokuapp.com/)
   * **PhoneGap**
     * [PhoneGap Developer Community](https://forums.adobe.com/community/phonegap)
   


----------------------------------------------------------------
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 closed issue #1032: redirections from the app redirects to browser

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1032:
URL: https://github.com/apache/cordova-android/issues/1032


   


----------------------------------------------------------------
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 #1032: redirections from the app redirects to browser

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


   You should use the [in-app browser](https://github.com/apache/cordova-plugin-inappbrowser) plugin if you want to view a website in your app.
   
   Redirecting the main app webview to load an external website is not recommended and produces a security risk for your users. See our [security notes](https://cordova.apache.org/docs/en/latest/guide/appdev/security/index.html#use-inappbrowser-for-outside-links) for more info.


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