fix(barcode-scanner): fix the cameraView is not removed after scanning in iOS
On iOS, when windowed = false, the cameraView is not removed from the superView when the scanning is done, making the interface unclickable.
When destroy, only the removePreviewLayer was done, not the removeFromSuperview.
Thank you so much!!! Fixed my problem!! The barcode scanner fully working with iPhone with windowed: false
I copied the plugin folder (barcode-scanner) and fetched it locally
@lucasfernog Is it possible to review the code and release a version if no problem, otherwise everyone who uses this plugin will have to copy a copy locally.
Package Changes Through 1c66cba91b826108e8ad5dc62b13a4986a7f116c
There are 4 changes which include log with minor, log-js with minor, barcode-scanner with patch, barcode-scanner-js with patch
Planned Package Versions
The following package releases are the planned based on the context of changes in this pull request.
| package | current | next |
|---|---|---|
| api-example | 2.0.24 | 2.0.25 |
| api-example-js | 2.0.20 | 2.0.21 |
| barcode-scanner | 2.2.0 | 2.2.1 |
| barcode-scanner-js | 2.2.0 | 2.2.1 |
| log | 2.3.1 | 2.4.0 |
| log-js | 2.3.1 | 2.4.0 |
Add another change file through the GitHub UI by following this link.
Read about change files or the docs at github.com/jbolda/covector