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
I am noticing that when I open a link for native Safari with a web extension enabled (content script creates an Alert) that it works fine but when I open the same link from within inappbrowser that the extension script appears not to be executing. I was under the impression that the inappbrowser uses SafariServices/AuthenticationServices and would therefore have access to these extensions' functionality.
Could someone let me know if I'm doing this wrong?
With normal Safari browser then inappbrowser.open():
I am noticing that when I open a link for native Safari with a web extension enabled (content script creates an Alert) that it works fine but when I open the same link from within inappbrowser that the extension script appears not to be executing. I was under the impression that the inappbrowser uses SafariServices/AuthenticationServices and would therefore have access to these extensions' functionality.
Could someone let me know if I'm doing this wrong?
With normal Safari browser then
inappbrowser.open():RPReplay_Final1725907952.MP4
With
inappbrowser.openAuth():RPReplay_Final1725908332.MP4