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
It works on Android but not on iOS.
Cordova is always undefined... should it work? Thanks.
The text was updated successfully, but these errors were encountered:
hi In my APP ,it not work on Android. can you tell me how to use? Thanks
Sorry, something went wrong.
Same here, it doesnt work on IOS 11.X same code works on android (latest)
I managed to make it work with iOS. Make sure you have this config in your config.xml file.
<feature name="RemoteInjection"> <param name="ios-package" value="CDVRemoteInjectionPlugin" /> <param name="android-package" value="com.truckmovers.cordova.RemoteInjectionPlugin" /> <param name="onload" value="true" /> </feature>
No branches or pull requests
It works on Android but not on iOS.
Cordova is always undefined... should it work?
Thanks.
The text was updated successfully, but these errors were encountered: