mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
373 stars 57 forks source link

Dismiss Overlay gesture not working when voice over enabled #52

Open rajuram1989 opened 1 year ago

rajuram1989 commented 1 year ago

The Overlay wasn't working when accessibility voice over enabled.

As per the native methods the Overlay enable the accessibility in order to work as normal when voice over enabled.

Please enable the accessibility for Overlay view class

isAccessibilityElement = true

mkko commented 1 year ago

Hi @rajuram1989, and thanks for bringing this up. I think it sounds like a good idea. If you need this rather quickly, could you submit a pull request for it?