This repository has been archived by the owner on Jun 5, 2021. It is now read-only.
Releases: j0j00/flutter_user_agent
Releases · j0j00/flutter_user_agent
iOS user-agent database update
- Specifically the iPhone XS, XR and 11 variants (thanks @pravinarr!)
iOS deprecation API change.
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
iOS API change for compatibility purposes
- Change
UIWebView
(deprecated since iOS 12.0) toWKWebView
- #1