We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
In my environnement (cordova 12.0.0 / lib 10.1.0 / android 10.1.2 / ios 6.1.1), targeting Google OAuth, the plugin :
The nocode solution, I've found :
Attention :
--variable URL_SCHEME=mycoolapp
handleOpenURL()
Cool side effect : the app can also be launch/open as intended by Custom-URL-scheme plugin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
In my environnement (cordova 12.0.0 / lib 10.1.0 / android 10.1.2 / ios 6.1.1), targeting Google OAuth, the plugin :
The nocode solution, I've found :
Attention :
--variable URL_SCHEME=mycoolapp
during installation of the 2 pluginshandleOpenURL()
function, convenient way : https://stackoverflow.com/a/40708629Cool side effect : the app can also be launch/open as intended by Custom-URL-scheme plugin
The text was updated successfully, but these errors were encountered: