Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

FIX: adden swipe cancel issue in ios 13 devices #869

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RahulCV
Copy link

@RahulCV RahulCV commented May 4, 2020

FIX: added swipe cancel issue in ios 13 devices

@RahulCV RahulCV changed the title FIX: adden swipe cancel issue in ios 13 deices FIX: adden swipe cancel issue in ios 13 devices May 8, 2020
@@ -351,13 +352,16 @@ - (void)scanBarcode {
self.viewController = [[CDVbcsViewController alloc] initWithProcessor: self alternateOverlay:self.alternateXib];
// here we set the orientation delegate to the MainViewController of the app (orientation controlled in the Project Settings)
self.viewController.orientationDelegate = self.plugin.viewController;

if (@available(iOS 13.0, *)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it work the same with the new iPad OS

Copy link

@swatbtc swatbtc Jul 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. It will work.

@elvisgraho
Copy link

Still not merged?

ath0mas referenced this pull request in dpa99c/phonegap-plugin-barcodescanner Jul 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants