Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's upside-down in Safari! #14

Open
kdzwinel opened this issue Jan 21, 2019 · 1 comment
Open

It's upside-down in Safari! #14

kdzwinel opened this issue Jan 21, 2019 · 1 comment
Labels

Comments

@kdzwinel
Copy link
Owner

I know! Crazy! No idea what's wrong though. Feel free to take a stab at it!

@kdzwinel kdzwinel added the bug label Jan 21, 2019
@Loks2008
Copy link

Loks2008 commented Oct 2, 2020

I have fixed the issue.

the problem is now the desktop view gets changed. Need to put a condition to check whether the page is opened on mobile view or on the desktop platform.

code to be added before canvas image inputted to draw section

ctx.setTransform(1,0,0,-1,0,canvas.height);

see the below screenshot for better clarity.

tested on ios 11.0.1 safari iPhone xs max device

File

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants