plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

fix(barcode-scanner): fix the cameraView is not removed after scanning in iOS

Open kingsword09 opened this issue 10 months ago • 3 comments

On iOS, when windowed = false, the cameraView is not removed from the superView when the scanning is done, making the interface unclickable.

image

When destroy, only the removePreviewLayer was done, not the removeFromSuperview. image

kingsword09 avatar Feb 20 '25 01:02 kingsword09

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

zepyrshut avatar Apr 14 '25 03:04 zepyrshut

@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.

kingsword09 avatar Apr 14 '25 15:04 kingsword09

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

github-actions[bot] avatar Apr 15 '25 08:04 github-actions[bot]