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

Doesnt render on Flutter web #107

Closed
sk000007 opened this issue Sep 12, 2021 · 4 comments
Closed

Doesnt render on Flutter web #107

sk000007 opened this issue Sep 12, 2021 · 4 comments

Comments

@sk000007
Copy link

sk000007 commented Sep 12, 2021

Question: Are you using the latest version of flutter_tex package? pub package
yes

Question: If you are looking for a feature, have you watched the Demo Video and gone through the examples folder?
yes

  1. Works on android emulator
  2. flutter run -> selected chrome...app launches...BUT NO MATH display..
    a. included scripts in index.html as the attached file shows all libraries seems to be loading BUT no rendering..

Capture
Capture1

@npv12
Copy link

npv12 commented Sep 21, 2021

Same here. It broke after updating to latest flutter version (2.5.0)
Was fine till 2.2.3

@sk000007
Copy link
Author

i am evaluating flutter_math_fork now and it seems to work ok...not gone into a comparison mode yet ..

@shah-xad
Copy link
Owner

Use this <script type="text/javascript">window.flutterWebRenderer = "canvaskit";</script> Don't use this <script type="text/javascript">window.flutterWebRenderer = "html";</script> i.e. use canvaskit as web renderer.

@shah-xad
Copy link
Owner

It's been resolved.

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

3 participants