qmixi/react-full-height

Not full height on Safari iOS.

Closed this issue · 2 comments

iOS 12.4.1
iPhone XS

qmixi commented

@davydka thank you for reporting this.
Actually it was working properly, cause the first section had startWidth={450} property, which tells that section should be full-height from 450px screen width.
You can read more about this prop under the following link: https://github.com/qmixi/react-full-height#make-your-full-height-section-responsive

I improved this demo anyway and you can see the changes under https://qmixi.github.io/react-full-height/demo/ url.

Currently, the first section doesn't use any extra parameters and I created a new one to present how startWidth parameter works.

IMG_7856
IMG_7855

Thanks again for raising this issue ✌️