jaybo / deepzoom-blog

Public repository for DeepZoom
0 stars 0 forks source link

Works on IPhone IOS 15.7.5 - Does not display on IPad IOS 12.5.7 #21

Open seabee2023 opened 1 year ago

seabee2023 commented 1 year ago

The Iphone with IOS 15.7.5 displays fine on Safari however the Ipad with IOS 12.5.7 does not display the page. Any solution to this?

Thanks!

jaybo commented 1 year ago

I've modified some build parameters which theoretically enlarged the number of supported browsers . But I'm not too optimistic it will solve your problem, since the Safari version in iOS 12 may not include all of the JavaScript and WebGL features DeepZoom needs to run.

Here's the list of browser versions which should now be supported:

 Configured browser support (>= 89.66% of global marketshare):
 · Chrome for Android >= 108
 · Firefox for Android >= 107
 · QQ for Android >= 13.1
 · UC for Android >= 13.4
 · Android >= 108
 · Chrome >= 106
 · Edge >= 107
 · Firefox >= 102
 · iOS >= 14.5-14.8
 · Kaios >= 2.5
 · Opera Mini >= all
 · Opera Mobile >= 72
 · Opera >= 91
 · Safari >= 15.6
 · Samsung >= 18.0

You can try this build by visiting

https://deepzoom-test.azurewebsites.net/ (Note: don't rely on this link; it is used for testing and is not reliable)

Please let me know if it happens to solve your problem.