wi3land / ionic-appauth

Intergration for OpenId/AppAuth-JS into Ionic V3/4/5
MIT License
97 stars 73 forks source link

disable/hide browser navigation bar for sso #102

Open vrunda opened 2 years ago

vrunda commented 2 years ago

we are trying to use the ionic capacitor plugin and trying to disable URL navigation bar on the mobile app. It is possible to do this with a capacitor or Cordova browser plugin with ionic-app auth libraries?

fathanyr commented 2 years ago

Did you find the solution?

mraible commented 2 years ago

You can try the current version of this library from GitHub using the following in your package.json:

"ionic-appauth": "github:wi3land/ionic-appauth",

Please let me know if this solves your problem.