You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
/* iPhone X fix */
.ui-header-fixed, .ui-header-fixed .ui-btn-left, .ui-header-fixed .ui-btn-right, .panelmenu .ui-panel-inner .ui-listview {
/* Status bar height on iOS 10 */
padding-top: 20px !important;
/* Status bar height on iOS 11.0 */
padding-top: constant(safe-area-inset-top) !important;
/* Status bar height on iOS 11+ */
padding-top: env(safe-area-inset-top) !important;
}
This article is quite helpful to help fix the iPhone X issues with JQM 1.4 and WebViews.
http://ayogo.com/blog/ios11-viewport/
However, I can't figure out the CSS needed to move the top left menu button and to adjust for the left panel menu.
The text was updated successfully, but these errors were encountered: