Posts

Post not yet marked as solved
1 Replies
624 Views
If I send a message from a page, I receive it in my App Extension like so:override func messageReceived(withName messageName: String, from page: SFSafariPage, userInfo: [String: Any]?) { page.getContainingTab { tab in tab.getContainingWindow(completionHandler: { win in // win is nil here for pinned tabs }) }) }As shown in the comment above, the window object for the pinned tab is always returning nil. If the tab is not pinned I get the correct window object as expected.Is this a bug or behaving as intended?
Posted
by kspearrin.
Last updated
.