ratchet icon indicating copy to clipboard operation
ratchet copied to clipboard

Modal title bar/close hidden on iOS

Open eliteventure opened this issue 9 years ago • 5 comments

Using v2.0.2 and ios theme, the the top bar with close button for modal is hidden behind <header class="bar bar-nav"> so there is no way to close the modal. This is on iphone 6 plus.

eliteventure avatar Jun 09 '15 13:06 eliteventure

also have this problem, is there any solution?

My workaround was manually open the modal, and hide the main header.

jackniu81 avatar Aug 06 '15 02:08 jackniu81

Hello? Is there any solution on this issue?

Yilene avatar Dec 09 '15 02:12 Yilene

@jackniu81 Have you resolve this problem?

Yilene avatar Dec 11 '15 10:12 Yilene

Still having this issue. Is there a solution yet?

prof3ssorSt3v3 avatar Apr 07 '17 18:04 prof3ssorSt3v3

.modal > .bar-nav { transform: translate3d(0,0,10px) !important }

iqmeta avatar Jan 06 '21 10:01 iqmeta