Skip to content
New issue

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

Not working on iOS 10+ and Cordova 8.0.0 #41

Open
luiscuriel opened this issue Jun 11, 2018 · 3 comments
Open

Not working on iOS 10+ and Cordova 8.0.0 #41

luiscuriel opened this issue Jun 11, 2018 · 3 comments

Comments

@luiscuriel
Copy link

It works on Android but not on iOS.

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

@muxuehen
Copy link

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

@romain10009
Copy link

romain10009 commented Sep 13, 2018

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

@ahmetws
Copy link

ahmetws commented Oct 15, 2018

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants