pywebview
pywebview copied to clipboard
Url change event
Would be nice to have: ability to listen for url change. I know QTWebEngine supports this feature (don't know about other back-ends though).
Could be done easily, as all the back-ends process this event already. Triggering a custom event is only needed to be added. PR is welcomed.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Would be excellent to find a simple way to get this working
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The message to post on the issue when closing it. If none provided, will not comment when closing an issue.
Hi, has this feature been implemented or is it not current?
would be nice to had this feature/event in the events.py
You already have that. Just remove these 2 lines and everytime url changing it will fire https://github.com/r0x0r/pywebview/blob/master/examples/events.py#L42