We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adds usability to then promise in the method NativeSettings.open to trigger some method when user gets back to screen
Platform:
Android
Current Behavior: Then promise execute immediately when call open method New Behavior: Then promise wait to user gets back to screen
openSettingsTurnOnLocation = () => { const options = { optionAndroid: AndroidSettings.ApplicationDetails, optionIOS: IOSSettings.App, }; NativeSettings.open(options).then((data) => { this.presentAlert('then execution', JSON.stringify(data), ''); }); };
I created a pull request to add this enhancement #31
The text was updated successfully, but these errors were encountered:
Hi. I think this would be a great addition to the plugin. I just commented on your PR.
Sorry, something went wrong.
Live in v5.0.0
No branches or pull requests
Adds usability to then promise in the method NativeSettings.open to trigger some method when user gets back to screen
Platform:
Android
Current Behavior: Then promise execute immediately when call open method
New Behavior: Then promise wait to user gets back to screen
I created a pull request to add this enhancement #31
The text was updated successfully, but these errors were encountered: