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

Candlestick chart not supported on desktop #2533

Open
luckysori opened this issue May 13, 2024 · 5 comments
Open

Candlestick chart not supported on desktop #2533

luckysori opened this issue May 13, 2024 · 5 comments
Labels
bug Something isn't working desktop

Comments

@luckysori
Copy link
Contributor

image

@luckysori luckysori added bug Something isn't working desktop labels May 13, 2024
@Restioson
Copy link
Contributor

Restioson commented May 13, 2024

This is known (see #2123 (comment)) - unfortunately flutter doesn't support webviews on desktop.

@luckysori
Copy link
Contributor Author

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.

@Restioson
Copy link
Contributor

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

@bonomat
Copy link
Contributor

bonomat commented May 14, 2024

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

@Restioson
Copy link
Contributor

From what I can tell, inappwebview does not support desktop in general:
image
It does seem to support MacOS though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working desktop
Projects
None yet
Development

No branches or pull requests

3 participants