iOS 26 - Overlay not full screen
Hi,
I am having difficulties with the modal on iOS 26.
As you can see the overlay does not go into the top/bottom of the screen. This was working fine before iOS 26 and works fine in Android.
My modal props are pretty simple:
<Modal style={{ overlay: { backgroundColor: "red", zIndex: 99999999, }, content: { height: '100%', paddingLeft: '32px', paddingRight: '32px' }, }} isOpen={shouldShowModal} closeTimeoutMS={200} contentLabel="Filter and Sort Results" >
{ height: '100%' } probably this height is not enough. Maybe there is another value (unit) that fulfills the rest of the screen.
I believe this is a bug in iOS 26 and will hopefully be fixed in the 26.1 release (currently in beta).
@raoufswe Nice. I love Safari, but this is "Safari been safari". Did you have found any comments regarding webview, or native view position?
EDIT: Of course, @stephenheron, you too. If you have more details about this issue...