[regression] Scrolling the chart with TouchMouseZoomAndPan is not working well on iOS with WebView
This is reproducible with mobileCharting if you run it as a regular WebApp all goes well, if you save it to your home screen and run it from there, when trying to scroll the chart you get strange behavior.
Change History (6)
Milestone: |
tbd →
1.8.4
|
Priority: |
undecided →
high
|
Status: |
new →
open
|
Summary: |
Scrolling the chart with TouchMouseZoomAndPan is not working well on iOS with WebView →
[regression] Scrolling the chart with TouchMouseZoomAndPan is not working well on iOS with WebView
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
open →
closed
|
This was introduced by [27547] which slightly changed the way has("safari") is detected. It used to be true for WebView context it is not anymore and so our workaround for iOS is not enabled anymore. The fix is for now to test for ios instead of Safari.