[TIMOB-27804] Front camera and cancel button option missing while open camera using ti.barcode module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2020-03-16T11:33:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | iphone |
Reporter | shishir.roy |
Assignee | Ewan Harris |
Created | 2020-02-18T08:24:56.000+0000 |
Updated | 2020-04-09T09:43:45.000+0000 |
Description
The front camera and cancel button missing on open barcode camera.
Titanium SDK:8.2.1.GA
<module platform="iphone" version="2.0.4">ti.barcode</module>
iOS Device: iPad Mini
version: 13.3
Please suggest how to fix this issue
Attached screenshot
Attachments
File | Date | Size |
---|---|---|
IMG_0976.PNG | 2020-02-18T08:24:39.000+0000 | 5181818 |
[~shishir.roy] please provide sample code for how you're using ti.barcode so we can troubleshoot
I have attached code snippet below: Note: The same code is working expected behavior in iOS 11.
Any update on this issue
[~shishir.roy] I believe the issue you're seeing is caused by MOD-2584, on iOS 13 the barcode window will be opened as a modal which is causing the UI content to be shifted slightly. This isn't seen iOS versions lower than 13 as they do not support modal windows. As a workaround while we review that PR, when creating the two buttons, change the
bottom: 10
to a larger value.I'm going to close this as a duplicate of MOD-2584
Hi Ewan, I have checked with ti.barcode-iphone-5.0.0.zip in my application which is provided on the below link. https://github.com/appcelerator-modules/ti.barcode/pull/121 But still, the issue exists. So I wanted to know the compatibility of this module. Currently, I have checked on below environment: iOS: 13 Titanium SDK: 8.2.1.GA node js: 8.11.2 Xcode: 11 please let me know if this issue is fixed with above environment. Or I have to must need the below environment: SDK: 9.0.0.GA Appc CLI: 8.0.0 JDK: 11.0.4 Node: 10.17.0 Studio: 6.0.0.202003181504 Xcode: 11.4