It seems that when an overlay is presented on iOS that it's not possible to interact with the screen that's below it.
I have attempted with interceptTouchOutside
as both true
and false
This is not the case on Android.
Navigation.showOverlay({
component: {
name: componentName,
passProps: passProps,
options: options
}
});
Can you please check if this reproducing in 2.0.2635?
How does your options
object looks like?
same issue, interceptTouchOutside has no effect
This issue should be fixed in latest version, if not please let us know
not working
I鈥檓 still experiencing this issue as well
Still facing this issue.
same happening on version 2.14.0
Most helpful comment
not working