python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get the state(enabled/disabled) of IOS Safari extension?
This SO is about how to get the state of a macOS safari extension. Wondering how it can be done with IOS ? (In its app container aka via swift)
P.S: the mac code won't work on IOS as it gives:
Cannot ...

Daniyal dehleh
Votes: 0
Answers: 0
Why EventListener not fire in page context in Safari App Extension?
I'm trying to do something in the "page context", for this I inject the script in the page like this
var pageScript = document.createElement('script');
pageScript.textContent = actualCode;
d...
Nikolai Nagornyi
Votes: 0
Answers: 0
Why property of type SFSafariPage become nil?
The SFSafariPage property get it value like this
class SafariExtensionHandler: SFSafariExtensionHandler {
var somePage: SFSafariPage?
override func messageReceived(withName messageName: String, from...
Nikolai Nagornyi
Votes: 0
Answers: 1