guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 107 forks source link

open("wifi") doesnt work on IOS #38

Closed ifbbprochris closed 3 years ago

andreasalvi commented 5 years ago

On android works fine but on iOS it brings me to General Settings. Any news?

angelo-italy commented 5 years ago

Same problem here. Testing on ios12

angelofan commented 4 years ago

same issue

tshepo-choshi commented 3 years ago

Hi, has this issue been resolved? What's another alternative solution that can be used?

timbru31 commented 3 years ago

The most recent update (v1.5.3) fixed the issue - I can confirm it working for iOS 13.6 and iOS 14.5 (beta 1). @guyromb maybe you can close this issue here?

tshepo-choshi commented 3 years ago

@timbru31 I tested v1.5.3 on iOS and its returning the following error: "The old format of this exec call has been removed (deprecated since 2.1). Change to: cordova.exec(null,null......" etc

timbru31 commented 3 years ago

Either correct your syntax to call the plugin or update your cordova-ios, the exec signature in https://github.com/guyromb/cordova-open-native-settings/blob/master/www/settings.js#L6 is correct. That has nothing to do with this issue though.

guyromb commented 3 years ago

Resolved in v1.5.3