Anyone have a idea about how to open external link(outside from my ionic app) in my ionic app. when i tab on the link it will show my app if exsist in mobile.
标签:
ionic-framework
相关问题
- Plugin with id 'com.google.gms.google-services
- How to pass form data from Ionic 3 to PHP file?
- apk big size with ionic 4 build
- Ionic Spinner not showing up
- Is there any way to make the background of a 3D-mo
相关文章
- Ionic 4: Hardware Back Button Reloading Applicatio
- ionic - Copy/paste in input field in iOS 10 not wo
- net::ERR_CONNECTION_REFUSED ionic
- Typescript Error: Property 'files' does no
- ionic 4 + angular: routerLink only works first tim
- Ionic conditional class css
- Ionic tabs and side menu navigation issue
- After reseting plugins, Ionic 2 program doesn'
You can Install the Cordova and Ionic Native plugins: Browser Tab.
and
look here
As described here https://ionicframework.com/docs/native/in-app-browser/:
Install the Cordova and Ionic Native plugins:
Usage
For opening a link with your app, you can use the
custom-url-scheme
cordova plugin . This enables you to open your app with an external link liketestapp://path?foo=bar
. Here is the link https://github.com/EddyVerbruggen/Custom-URL-schemeInstall InAppBrowser:
Call your links like this:
Install in App browser .
Use window.open for this
Refer this link http://intown.biz/2014/03/30/cordova-ionic-links-in-browser/