-
Notifications
You must be signed in to change notification settings - Fork 136
Plugin does not work on Android 11 #140
Comments
Hi @iglombardo , I use https://github.com/darryncampbell/plugin-intent-api-exerciser to test this plugin and that app appears to work well on my Pixel phone running A12. What is it that does not work exactly? And, does https://github.com/darryncampbell/plugin-intent-api-exerciser work for you? |
Hi, @darryncampbell , `
}` |
You might want to debug into the native code to see what exactly is causing the error: https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent/blob/master/src/android/IntentShim.java#L77. I have an example showing how to send an image in the exerciser app: https://github.com/darryncampbell/plugin-intent-api-exerciser/blob/master/www/js/index.js#L103 which seems to work. Usually these type of A11 issues are down to scoped storage, in my experience. |
Hi @darryncampbell ,
|
Great! thanks for replying back. Are you able to use https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config to make this update? |
Anyone using this plugin on Android 11? Was any different configuration required? My app works on 10 but doesn't work on 11.
The text was updated successfully, but these errors were encountered: