cordova-plugin-remote-injection
cordova-plugin-remote-injection copied to clipboard
Not working on iOS 10+ and Cordova 8.0.0
It works on Android but not on iOS.
Cordova is always undefined... should it work? Thanks.
hi In my APP ,it not work on Android. can you tell me how to use? Thanks
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>