NeutrinosPlatform / cordova-plugin-document-scanner

cordova plugin for document scan
https://www.neutrinos.co/
MIT License
85 stars 61 forks source link

iOS: set modalPresentationStyle to fullscreen #101

Open IcoDeveloper opened 3 years ago

IcoDeveloper commented 3 years ago

Description

On iOS version 13 or greater it was possible to dismiss scanner overlay through swiping without getting a cancel response in callback. This causes an unresolved promise and a stuck application. To prevent this I have reset modalPresentationStyle to fullscreen which was the default setting in iOS12.

Type of change

How Has This Been Tested?

Self-tested on real iPhone with iOS 14.5 installed.

Checklist: