[Webkit-unassigned] [Bug 213469] New: WKWebView motion permission prompt doesn't show app name
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 22 09:42:41 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213469
Bug ID: 213469
Summary: WKWebView motion permission prompt doesn't show app
name
Product: WebKit
Version: Other
Hardware: iPhone / iPad
OS: iOS 13
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: juliosincesar at hotmail.com
If you have a Cordova app that uses WKWebView and devicemotion events, since iOS 13 it's required to request motion permissions with DeviceMotionEvent.requestPermission(), but the app name is not shown in the permission prompt text.
See sample app
https://github.com/jcesarmobile/cordova-requestPermission-issue
run
cordova prepare
open platforms/ios/HelloCordova.xcworkspace
and run from Xcode on any iOS 13 device
click "Access DeviceMotions" and the prompt shows "" Would Like to Access Motion and Orientation.
Instead of "" being empty, it should contain the app display name.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200622/0635211c/attachment.htm>
More information about the webkit-unassigned
mailing list