INPopoverController
INPopoverController copied to clipboard
WebView in INPopover doesn't respond to mouse movement e.g. hover,changing colors .. etc
Hello guys, I have been dealing with this problem for a long time, I am creating an app which is basically a webview inside a popover that shows up from the status item. In the webview I load a local html file that has html and some css styling. in the first run, everything works fine, but when I close the popover and show it again the webview doesn't respond to mouse movement event, like mouse hover change cursor or underline text,, etc. I could get it to work by calling activateIgnoringOtherApps() but this defeats the purpose of status item app, because when I activate it this way, the windows of the already opened applications, lets say google chrome, become grey, which is a nasty effect. Is there a way to go around this, by doing something with popover or maybe by activating the app but not greying out other apps.