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
We are seeing that some users are experiencing this error module cordova/plugin/android/polling not found
module cordova/plugin/android/polling not found
Which seems to spawn from this queue polling function, that points to a module that dosent seem to exist?
cordova-android/framework/src/org/apache/cordova/NativeToJsMessageQueue.java
Line 209 in 3503bfa
The text was updated successfully, but these errors were encountered:
fix(apacheGH-1735): remove pollOnce from NativeToJsMessageQueue.popAn…
aa8118d
…dEncodeAsJs
Successfully merging a pull request may close this issue.
We are seeing that some users are experiencing this error
module cordova/plugin/android/polling not found
Which seems to spawn from this queue polling function, that points to a module that dosent seem to exist?
cordova-android/framework/src/org/apache/cordova/NativeToJsMessageQueue.java
Line 209 in 3503bfa
The text was updated successfully, but these errors were encountered: