[Webkit-unassigned] [Bug 212299] New: Text selection does not work with apple-mobile-web-app-capable set to "yes"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 23 03:39:56 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212299

            Bug ID: 212299
           Summary: Text selection does not work with
                    apple-mobile-web-app-capable set to "yes"
           Product: WebKit
           Version: Other
          Hardware: iPhone / iPad
                OS: iOS 13
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: romanok at bk.ru
                CC: mmaxfield at apple.com

After recent update to iOS 13.4.1
on my iPhone XR
text selection is not working on PWA with "apple-mobile-web-app-capable" meta set to "yes".

All seems to be working on iPhone XS Max.

Minimal reproducible html:

<!DOCTYPE html>
<html>
<head>
  <title>test text selection</title>
  <meta name="apple-mobile-web-app-capable" content="yes" />
</head>

<body>
  Try to select this text.<br/>
  Should be selectable but it is not on my iPhone XR.
</body>
</html>
```

Also available here http://chestozo-ru.1gb.ru/ios-text-case/test.html

Steps to reproduce:
- on iPhone XR (maybe on others too)
- open http://chestozo-ru.1gb.ru/ios-text-case/test.html in Safari
- click on Bookmark / Add to Home Screen
- proceed with adding bookmark on the home screen
- open added bookmark
- try to select text by long tapping on it

Expected behaviour:
text selection dialog is activated

Actual behaviour:
nothing happens :/

-- 
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/20200523/c73dcb03/attachment.htm>


More information about the webkit-unassigned mailing list