toniantunovi / ion-bottom-drawer

Bottom drawer component for Ionic 4
63 stars 16 forks source link

Safari browser bugfix height with "vh" values. #25

Closed nfournier7 closed 5 years ago

nfournier7 commented 5 years ago

Hi,

I learn that on mobile Safari browser the value "100vh" seems to be higher than the visible view height. I couldn't see the drawer at bottom state, even if I had 50 has minimum height value.

Stack overflow source

If there is a specific use case for "100vh" to get the view height that I missed let me know.