iOS rendering errors #74
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the detect page, the image itself is not rendered at the correct size on Safari:
Canvas appears to be the correct size for the image, so the size error is likely in the
image-container. Safari/iOS used to requirewebkitprefix on some css. Maybe that's still the case?The slider for the confidence value is also not sized properly. What is the common factor between these two issues? Flex-box settings?
Closed by #89