mukaschultze / nativescript-windowed-modal

Consistent modals for Android and iOS
https://www.npmjs.com/package/nativescript-windowed-modal
Apache License 2.0
47 stars 18 forks source link

dismissEnabled not working #28

Open mm-spiio opened 4 years ago

mm-spiio commented 4 years ago

I have dismissEnabled set to true but it does not close the modal when clicking outside. Any idea why?

francislow commented 4 years ago

dismissEnabled is not working for me too. Here is a quick fix to get the same effect

image image

lochstar commented 3 years ago

You shouldn't have to set it as it's enabled by default. Appears to be working correctly for me.