Open frodriguez-hu opened 3 weeks ago
For example, I found that this
case .left:
return [
"width": height,
"height": width,
"x": sourceWidth * scaleX - x - height + (height - width)/2,
"y": y - (width - height)/2
]
is more accurate on portrait on IOS
Hi! I just wanted to know why orientation is not being used to set the bounding boxes on ios like is used on android?