How can we receive the iPadOS 18.6.1 update on an iPad? We have configured the MDM update days policy to receive recent, but not the latest, iPadOS updates; however, we are only able to get versions 18.6.2 and 18.6. Is the availability of iPadOS updates dependent on the iPad's region?
Thank you in advance for your assistance.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
We are experiencing a compatibility issue with our hybrid app related to the recent update in iPadOS 18.4, specifically concerning HTTPS connections.
What are the key changes introduced in iPadOS 18.4 regarding HTTPS connections? Our app previously managed to bypass the DigitalSignature key usage missing error in the self-signed server certificate within the didReceiveAuthenticationChallenge method, as documented here: https://developer.apple.com/documentation/webkit/wknavigationdelegate/webview(_:didreceive:completionhandler:) . However, since the update to iPadOS 18.4, this method is no longer being called, resulting in direct failure of HTTPS connections.
We are using cordova-ios 7.1.
Thanks in advance for your help.
Under iPadOS 17 beta the Web content with below CSS does not display in safari but iPadOS 16.5 does. Could you please help understand and how to fix it for iPadOS 17? Thanks in advance!
<html><head><title>111111111111</title></head>
<body style="display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;">
<p style="display:inline-flex;">1</p>
<p style="display:inline-flex;">2<em>3</em></p>
<p style="">4</p>
</body></html>
Under inspector:
Under iPadOS 16.5 in safari, the text displays:
However under iPadOS 17 beta, the page is blank and the text does not display:
We have an hybrid app (based on Cordova) and 3 fingers undo gesture is conflicting with app's gesture. Can we do disable 3 fingers gesture via CSS or Objective-C or in Settings?
Thanks in advance!