Temporary Fix for iOS White Space

In a recent source code update, we have encountered a bug that shows an area of white space at the bottom of all iOS published apps. While we work towards a permanent fix for this issue, we have created some CSS code that you can add to your applications as a temporary fix.

//Starts: iPhone Fix

.platform-ios .pane, .platform-ios .view {max-height: 100vh !important;min-height: 100vh !important;}// Ends: iPhone Fix