cordova-plugin-remote-injection icon indicating copy to clipboard operation
cordova-plugin-remote-injection copied to clipboard

Not working on iOS 10+ and Cordova 8.0.0

Open luiscuriel opened this issue 6 years ago • 3 comments

It works on Android but not on iOS.

Cordova is always undefined... should it work? Thanks.

luiscuriel avatar Jun 11 '18 17:06 luiscuriel

hi In my APP ,it not work on Android. can you tell me how to use? Thanks

muxuehen avatar Jul 10 '18 10:07 muxuehen

Same here, it doesnt work on IOS 11.X same code works on android (latest)

romain10009 avatar Sep 13 '18 08:09 romain10009

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>

ahmetws avatar Oct 15 '18 14:10 ahmetws