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

html not rendering in tauri window #16

Open
weswalla opened this issue Feb 8, 2023 · 2 comments
Open

html not rendering in tauri window #16

weswalla opened this issue Feb 8, 2023 · 2 comments

Comments

@weswalla
Copy link
Collaborator

weswalla commented Feb 8, 2023

@pospi I believe you were having rendering issues with tauri? do you remember what you had to do to resolve those? Another external applet developer is facing a very similar issue. They are getting console logs and can inspect the DOM tree elements, but nothing is rendering.

@pospi
Copy link
Collaborator

pospi commented Feb 9, 2023

The workaround for upstream bug in Tauri is prefixing the hApp running command with this environment variable (full command as follows)-

WEBKIT_DISABLE_COMPOSITING_MODE=1 AGENTS=1 npm run launch:happ

Seems like a fix may be a ways off and it affects a lot of platforms, so IMO worth documenting in the README.

@weswalla
Copy link
Collaborator Author

weswalla commented Feb 9, 2023

great, thanks, will add to the README

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