erisu commented on a change in pull request #70: URL: https://github.com/apache/cordova-plugin-device-motion/pull/70#discussion_r478284659
########## File path: README.md ########## @@ -27,12 +27,170 @@ description: Access accelerometer data. # cordova-plugin-device-motion +# Usage Notice + +With the [W3C Device Orientation API](https://www.w3.org/TR/orientation-event/), Android, iOS, and Windows devices may not need this plugin anymore. + +However, on iOS 13+ potential issues with permissions and secure contexts can arise. Therefore, it is recommended to use this plugin as it uses a native implementation. Review comment: ```suggestion However, on iOS 13+, potential issues with permissions and secure contexts can arise. Therefore it is recommended to use this plugin as it uses a native implementation. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
