flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Need to disable the quick panel pull-down gesture #236

Closed nojinjeong closed 2 years ago

nojinjeong commented 2 years ago

There is a use case where the app needs to disable quickpanel pull-down gesture to prevent users from exiting the app. I know that https://github.com/flutter-tizen/flutter-tizen/issues/246 is fixed by #197. We need a way to control this behavior.

swift-kim commented 2 years ago

It doesn't seem "right" to control this behavior in the Flutter embedder. Is there any way for the system administrator to globally disable the quick panel or the quick panel gesture (e.g. terminate the quick panel app process)?