-
Notifications
You must be signed in to change notification settings - Fork 463
Conversation
While the iOS device is rotating the bounds of the previewView will be recalculated and the scanRect will be reinitialized Changes in the WorkspaceSettings are necessary to run the example app
Any news on this? |
... is it possible to test this fix? |
Only directly on a iOS device by running the example app. I tested it with my iPhone XR with iOS 13.3 |
Ok, only with example app? I have my own app with the latest dependency. I guess this won't work? |
.... not clear enough: barcode_scan: |
If I rotate before showing the scanner, the interface has the right width. If I have portrait and open show the scanner, rotate it before scanning - the width doesn't change! |
You've to checkout the |
OK, this branch works. But is it correct that the scan area is higher than the device height (landscape mode)? The green corner markers are not fully visible.... |
This works ok but the Overlay area needs to be recalculated too so that it doesn't go out of screen. |
I'll fix the size of the overlay this week |
Great! |
I'm still working on the fix for the overlay |
Looks great, will try it asap! |
Verified, works great! Ready to merge? |
@matthewtsmith it would be great if you could take a look on this, thanks 🙂 |
Features: - [Add-to-app support](#168) - @santiihoyos - Changed overlay to full screen in iOS 13 Bugfixes: - [Fixed rotation on iOS](#167) - @mintware-de - [#61 Rotating orientation on iPhones only shows half the screen](#61) Changes: - [Fix compile warning](#127) - @lookfirst - [Upgrade gradle](#142) - @SuuSoJeat - `com.android.tools.build:gradle`: 3.3.1 -> 3.5.0 - `org.jetbrains.kotlin:kotlin-gradle-plugin`: 1.3.20 -> 1.3.50 - `compileSdkVersion`: 28 -> 29 - `targetSdkVersion`: 28 -> 29 - `gradle`: 4.10.2 -> 5.4.1 - [Package description updated](#180) - @connectety - README.md and LICENSE.md updated - Since the project owner has been changed, the package names are different. Checkout the [UPGRADE.md](./UPGRADE.md) for details.
While the iOS device is rotating the bounds of the previewView will be recalculated
and the scanRect will be reinitialized.
Changes in the WorkspaceSettings are necessary to run the example app