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

BigInt64Array is undefined #83

Closed
bugwheels94 opened this issue May 25, 2022 · 3 comments
Closed

BigInt64Array is undefined #83

bugwheels94 opened this issue May 25, 2022 · 3 comments

Comments

@bugwheels94
Copy link

I have Safari 14 and Safari 15. Both support BigInt64Array. Then how come this is not supporting it is using same webkit view.

Because of the error. code-server which is vscode in browser is not running in multi which would be amazing

@bugwheels94
Copy link
Author

zoom is also active very weirdly. zoom is setting css zoom on body and not safari native

@kofigumbs
Copy link
Owner

I have Safari 14 and Safari 15. Both support BigInt64Array. Then how come this is not supporting it is using same webkit view.

I don't think Safari uses the same webkit view. Multi uses the webkit version that is installed with your OS, but I Safari packages its own copy of webkit for stability purposes. I tested on my machine and BigInt64Array is defined in my Multi apps. Maybe you have a pending OS upgrade?

zoom is also active very weirdly. zoom is setting css zoom on body and not safari native

Yes, zoom is currently implemented as a CSS update. There's not really a such thing as "safari native" zoom. The closest concept would probably be WKWebView.magnification, but the behavior is a little different. This question and the top answer explain the difference pretty well: https://stackoverflow.com/questions/50279294/wkwebview-content-not-fitting-after-magnification

@bugwheels94
Copy link
Author

@kofigumbs You know this stuff better than me. I am attaching the video for your reference hence because I feel like I could not explain myself well

multi.zoom.mov

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

No branches or pull requests

2 participants