I am trying to open the app settings on iOS devices. I do not know how to properly translate the open url snippet to javascript.
I tried three approaches and none of them work:
application.ios.nativeApp.shared.open(URL(UIApplicationOpenSettingsURLString), nil);
application.ios.nativeApp.sharedApplication.openURL(NSURL.URLWithString(UIApplicationOpenSettingsURLString));
application.ios.nativeApp.shared.openURL(NSURL.URLWithString(UIApplicationOpenSettingsURLString));