You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2021. It is now read-only.
Would it be possible to add support for alert dialogs? I use your app to display a project management tool and any alert dialogs that open do not display and prevent me from using the tool for whatever function caused the alert.
If there's no way to allow them, is there anyway to catch them and maybe display them in a different manner?
The text was updated successfully, but these errors were encountered:
You could just override the alert() javascript function to re-route the output to your notification function of choice. I use this example with jQuery Growl:
Probably this would be possible, but currently, unfortunately, I don't have that much time. However, it's a very good idea. Maybe some other user of qdesktop has got some time to implement this?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to add support for alert dialogs? I use your app to display a project management tool and any alert dialogs that open do not display and prevent me from using the tool for whatever function caused the alert.
If there's no way to allow them, is there anyway to catch them and maybe display them in a different manner?
The text was updated successfully, but these errors were encountered: