llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
195 stars 410 forks source link

Blank screen on iOS when opening a PDF #1618

Open llaske opened 2 months ago

llaske commented 2 months ago

When trying to open a PDF - generated by an activity like Write or imported from the device - from the Journal, the window is blank instead of displaying the document.

Capture d’écran   2024-05-10 à 11 06 05

Seems related to iOS 17.

To reproduce:

llaske commented 2 months ago

Fixed in https://github.com/llaske/sugarizer/commit/c9cc0f17722a60634e5e2f11b1550b74fa2ca2f3

Related to https://github.com/apache/cordova-plugin-inappbrowser/issues/863

It left an issue related to scroll https://github.com/apache/cordova-plugin-inappbrowser/issues/392 but it doesn't mind since Sugarizer doesn't need to be a PDF viewer.