[Webkit-unassigned] [Bug 163388] New: Display problem with WebKit browser and iOS device
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 13 08:37:33 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163388
Bug ID: 163388
Summary: Display problem with WebKit browser and iOS device
Classification: Unclassified
Product: WebKit
Version: Safari 9
Hardware: iPhone / iPad
OS: iOS 9.3
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: josephelfelt at gmail.com
This issue affects all Google map links that are displayed on iOS devices using the Facebook or Twitter mobile app and the WebKit browser that is part of those mobile apps.
Here is a link to a simple demo map created by Google:
https://developers.google.com/maps/documentation/javascript/examples/full/map-simple
Steps to reproduce problem
1. Post the above link on Facebook or Twitter
2. Use an iPhone or iPad along with the Facebook or Twitter mobile app to look at the above map.
The problem is with the WebKit browser that is part of those mobile apps. The WebKit browser renders the map with too much height for the usable portion of the screen. As a result, part of the map is rendered off screen. You do not see the word âGoogleâ in the lower left corner. You do not see the minus sign for zooming out or the Google copyright notice.
In the WebKit browser that Facebook is using for iOS devices, the value for window.innerheight is too large. That variable is mistakenly set to the full screen height instead of being set to the writeable screen height that can be used by whatever webpage is being displayed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161013/15703a82/attachment-0001.html>
More information about the webkit-unassigned
mailing list