breautek commented on issue #980: URL: https://github.com/apache/cordova-android/issues/980#issuecomment-634924286
Are you able to paste a sample uri that you're receiving when expecting for it to be invoked? It should look something like `cdvplugin://pluginId/` for the `CordovaPlugin.handleOpenForRead` to be invoked. See https://github.com/apache/cordova-android/blob/a830145f36c8bba2ecdf7910f3699116d4c2f018/framework/src/org/apache/cordova/CordovaResourceApi.java#L298-L304 If it's not being invoked, and you're not seeing `Invalid plugin ID in URI`, then it's probably not in the proper uri scheme and it's being handled by another case block. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
