preferredScreenEdgesDeferringSystemGestures?

Noticed this in notes for recent daily build…  seems like this is a boolean property that can be set to help ensure immersive apps retain control of touches and swipes near screen edges?  I didn’t see it in the latest docs - does anyone know the default setting is?  Or, has anyone used it?

I would guess the default is off/false.  You could always call native.getProperty() on it to see what the default value is.

Rob

Thanks Rob - will try that.

I would like to use this setting, is there any documentation on how to do so?

here is the original request where I requested the functionality :

https://forums.coronalabs.com/topic/71385-swipe-near-the-bottom-of-the-screen-can-accidentally-activate-the-ios-control-center/

@matzadd, I just answered you in the other thread, but by reading this is is clear you call native.setProperty() with the flag name and the flag value.

I would guess the default is off/false.  You could always call native.getProperty() on it to see what the default value is.

Rob

Thanks Rob - will try that.

I would like to use this setting, is there any documentation on how to do so?

here is the original request where I requested the functionality :

https://forums.coronalabs.com/topic/71385-swipe-near-the-bottom-of-the-screen-can-accidentally-activate-the-ios-control-center/

@matzadd, I just answered you in the other thread, but by reading this is is clear you call native.setProperty() with the flag name and the flag value.