Replies: 1 comment
-
The webviews/engines do not offer us enough access to provide you with a helpful API. So no, there's no alternative to injecting some JS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, question about my usecase:
I have app created with tauri that renders html files where I don't have control, I mean other people write those custom user interface so are out of my control. My question is if there is a way to hook some events like "when user hit text input" or "when button is clicked", clearly with a JS script within the page is possible, but i would like have this callback from the engine not from the source of the UI.
Hope it is clear :)
Beta Was this translation helpful? Give feedback.
All reactions