Unable to send intent to custom app #4439
givemesumthing
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm submitting a ... (check one with "x")
[ x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use the discussions section https://github.com/danielsogl/awesome-cordova-plugins/discussions
Current behavior:
While sharing web-intent from one app to another for SDK 30 and above it is throwing "Error" without any other explanation. Please find sample code at
https://bit.ly/3aopyog
Steps to reproduce:
Download the code base at https://bit.ly/3aopyog, build app for : -
varable gradle file :-
minSdkVersion = 21 compileSdkVersion = 32 targetSdkVersion = 32 androidxActivityVersion = '1.2.0' androidxAppCompatVersion = '1.2.0' androidxCoordinatorLayoutVersion = '1.1.0' androidxCoreVersion = '1.3.2' androidxFragmentVersion = '1.3.0' coreSplashScreenVersion = '1.0.0-rc01' androidxWebkitVersion = '1.4.0' junitVersion = '4.13.1' androidxJunitVersion = '1.1.2' androidxEspressoCoreVersion = '3.3.0' cordovaAndroidVersion = '7.0.0'
Android Manifest file :-
`
`
Related Sample code:
This works & opens browser but i am unable to open any app & send data to it, be it custom or google app eg : -
Beta Was this translation helpful? Give feedback.
All reactions