I have an app I’m building that makes use of the DesktopHTMLViewer.
It’s fine except that every once in a while the control gets into a weird state where it no longer recognizes input from the mouse. I can still use the scroll wheel to scroll up/down, but I can’t click anything: scrollbar, select text, links, etc.
Once it gets into this state it’s impossible to get out of. I’m forced to quit my app and relaunch it.
It appears to enter this state upon two conditions:
- The OS keychain window pops up asking to permission to access credentials (and I deny it).
- Some JavaScript runs (usually for something like a paywall) that makes the page unusable.
Even with #2, though, loading a different page doesn’t take care of the problem.
Has anyone else experienced this? Anyone know of a possible workaround?
7 posts - 3 participants