-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ti SDK 8.2.0 iOS 13 Problem #113
Comments
I have exactly the same problem. Any solution? |
@nascado did you find any solution? |
I have this problem too. It pushes my bottom nav bar out of view of the user. |
isn't that a problem that was fixed in the titanium SDK 8.2.1? |
The problem is still there with: |
Just tested. |
Need ability to handle Modal Windows for module in 13? |
And I found the solution here, I'm trying to implementate |
This is the module fixed : |
PR here : #121 |
Thanks! |
I really appreciate you putting this together. However, I don't think I'm using it correctly perhaps? I imported it and built my app but I'm still seeing the modal/stacked windows. Is there something else I need to do? Thanks! |
Same here unfortunately. @SquirrelMobile I see the fix is just an attribute, but do you know if there's anything else to try? Right now I'm having to resort to drawing a black rectangle at the top of my view before rendering the barcode scanner, to cover up the old view. |
@ScottKaye which Ti SDK are you using? Also: https://github.com/appcelerator-modules/ti.barcode/releases/tag/v5.0.0-iphone is the latest module |
Hi @m1ga, I'm using 8.3.0GA, which I can't easily update due to testing constraints in my organization. I am using v5.0.0 of the iOS module, however. |
I see, perhaps as a workaround you could use https://github.com/mikefogg/SquareCamera ? It is a normal view and can scan QR and barcodes too. |
Tested on SDK 9.0.3.GA with v5.0.0 . The window does not open in fullscreen. |
When compiling an iOS app with the latest ti.barcode 2.0.4 and with Ti SDK 8.2.0 / iOS 13 the overlay moves down about 50 pix. Can Anyone help pease.
The text was updated successfully, but these errors were encountered: