Post

Replies

Boosts

Views

Activity

Reply to how to access web extension background pages on iOS?
I believe the issue here is that the background scripts in iOS are non-persistent, so they aren't continuously available to view under the Develop -> Web Extension Background Pages menu, as they appear for macOS extensions. It is possible to debug the background script if an action is performed whilst the extension is currently active, by inspecting the _generated_background_page.html under the Develop -> Simulator menu item. However it gets frustrating if you need to debug your extension earlier on in the extension lifecycle. I'm not sure there currently is a way to do this. Hope that helps a little though.
Jul ’21