pywebview icon indicating copy to clipboard operation
pywebview copied to clipboard

Url change event

Open imLinguin opened this issue 2 years ago • 3 comments

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).

imLinguin avatar Jul 01 '22 20:07 imLinguin

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.

r0x0r avatar Jul 02 '22 08:07 r0x0r

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.

github-actions[bot] avatar Aug 02 '22 03:08 github-actions[bot]

Would be excellent to find a simple way to get this working

elvinos avatar Aug 06 '22 13:08 elvinos

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.

github-actions[bot] avatar Sep 06 '22 04:09 github-actions[bot]

The message to post on the issue when closing it. If none provided, will not comment when closing an issue.

github-actions[bot] avatar Sep 12 '22 04:09 github-actions[bot]

Hi, has this feature been implemented or is it not current?

Dorian25 avatar May 07 '23 16:05 Dorian25

would be nice to had this feature/event in the events.py

Dorian25 avatar May 07 '23 16:05 Dorian25

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

thewh1teagle avatar Dec 10 '23 17:12 thewh1teagle