Open luiscuriel opened 6 years ago
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>
It works on Android but not on iOS.
Cordova is always undefined... should it work? Thanks.