SnapshotSafeView
SnapshotSafeView copied to clipboard
Subview of flutterView does not response touch event
I used the sdk for my flutter project.
- snapshotSafeViewInterceptor.performSwitchView(in: window)
- add a button to flutterViewController.view
- the button does not response any touch event.
- and so as webview.
@jirong0214 Hello, you can check from https://github.com/Stampoo/SnapshotSafeView/tree/master
@Stampoo still does not work touches when the snapshotSafeViewInterceptor.performSwitchView(in: window) invoked, could you help to solve this issue?
Also, how to achieve enable/disable screenshot prevention?