-
Notifications
You must be signed in to change notification settings - Fork 23
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
Candlestick chart not supported on desktop #2533
Comments
This is known (see #2123 (comment)) - unfortunately flutter doesn't support webviews on desktop. |
Fair enough. Probably low priority to fix, but I thought it would be good to document it. We have at least some users on desktop. |
Ah, interesting - I was not aware of this... we could fall back to the old implementation, but it was quite complex by comparison |
Afaik "Desktop" should be supported because we only support desktop for M1s which is iOS no? Eitherway, we are now using a library which supports it. Here is a short how-to: https://inappwebview.dev/docs/intro#setup-macos |
The text was updated successfully, but these errors were encountered: