Disabling Liquid Glass

Product: iOS Platform

Product Version: 11.8+

Please give a brief summary of your issue:
UI issues now prevalent because of Liquid Glass

Please describe your issue and provide steps to reproduce it:
Upon using the latest iOS version 26+, there are not issues with the viewer’s UI concerning liquid glass that are not as expected

Hello, I’m AiRon, an automated tech support bot :robot:
While you wait for one of our customer support representatives, I can help you with your question.


It sounds like you’re experiencing UI issues related to the Liquid Mode feature in Apryse’s PDF software on iOS. Liquid Mode is designed to enhance the readability of PDF documents by reflowing text. However, if it’s causing UI problems, you might want to disable it.

Some things you can try:

  • Ensure that you are using the latest version of the Apryse SDK for iOS to benefit from recent bug fixes and improvements.

  • Check your implementation to see if Liquid Mode is enabled by default and look for a way to disable it.

  • Use the API to disable Liquid Mode if it is causing issues. This typically involves configuring the viewer settings.

  • Test your application on different versions of iOS to see if the issue is specific to a particular version.




Here are some resources that might help you:



Hopefully, this helps you solve your problem while you wait for a human to get back to you.

You can address any UI issues that are introduced due to Liquid Glass. This can be done natively, and you can opt out by adding the UIDesignRequiresCompatibility entry (with a value of YES ) to the app’s Info.plist file.
Here is a sample for your reference:

<key>UIDesignRequiresCompatibility</key>
<true/>