[MOD-2500] Ti.Barcode: Not able to hide status bar on iOS
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-05-01T09:04:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Barcode |
Labels | Query, statusbar |
Reporter | Shuo Liang |
Assignee | Vikas Goyal |
Created | 2019-03-14T04:02:45.000+0000 |
Updated | 2020-05-01T09:04:10.000+0000 |
Description
Problem
when starting up the scanner with Barcode.capture(), the top status bar is always show even we have already set the Window fullscreen = true. While the top status bar can be hide on Android, we would like to check if there is any ways to hide it on iOS too?Reproduce
1. It can be reproduced by the ti.barcode example in https://github.com/appcelerator-modules/ti.barcode/blob/master/ios/example/app.js 2. Add "fullscreen: true" to root window. Line 17.Comments
- Vijay Singh 2019-03-14 In ti.barcode for iOS, it is not supported yet. This needs to be implemented.
- Vikas Goyal 2020-03-09 PR: https://github.com/appcelerator-modules/ti.barcode/pull/123
- Saumya Rai 2020-05-01 Closing this ticket. It works fine.