flutter-scankit icon indicating copy to clipboard operation
flutter-scankit copied to clipboard

On iOS can click what's behind camera screen

Open ariona opened this issue 4 years ago • 2 comments

When triggering scanKit.startScan() method, I can still tapping whats behind the camera screen, and causing it to run the action,

Below is the screenshot when i am clicking on camera screen and tap an action to open webview.

IMG_4797

flutter_scankit: ^1.2.3 flutter: 2.10.1

ariona avatar Mar 24 '22 04:03 ariona

@ariona Does this problem happen when the scan page is pulled up from the webview page? What is the iOS version?

arcticfox1919 avatar Mar 28 '22 13:03 arcticfox1919

this happen when the action behind the scanview is webview screen, it create the image shown above.

but for non webview it still can receive touch event and opening the screen behind the scanview.

for now i created custom view to solve the issue.

On Mon, Mar 28, 2022, 8:47 PM arcticfox @.***> wrote:

@ariona https://github.com/ariona Does this problem happen when the scan page is pulled up from the webview page? What is the iOS version?

— Reply to this email directly, view it on GitHub https://github.com/arcticfox1919/flutter-scankit/issues/32#issuecomment-1080674011, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFXWYZ3VSF6Y75MU3FNRF3VCGZ5XANCNFSM5RP6SNCA . You are receiving this because you were mentioned.Message ID: @.***>

ariona avatar Mar 28 '22 20:03 ariona

@ariona Upgrade to version 2.0.0.

arcticfox1919 avatar Sep 10 '23 16:09 arcticfox1919