简体   繁体   中英

Ionic2 running on browser hot to navigate away from app and back

I working in my oauth2 authentication in Ionic2. So far I´ve seen that you can use Cordova InAppBrowser plugin to accomplish the part where you navigate to the website and grant access to the App but cannot seem to find a way to t

Cordova plugins do not work when you do ionic serve on PC. They need a webview.

It is not possible to run it there.You could try an emulator. If you want a browser,you can try

ionic platform add browser

and

ionic run browser

This will add browser as a platform to your app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM