Skip to content

window.open #14

@hosoi-appland

Description

@hosoi-appland

Iframe can't log in with 1Password.
I would like to see support for window.open as well.

window.ReactNativeWebView ? window.ReactNativeWebView.postMessage(r) : window.parent.postMessage(r, t)

window.ReactNativeWebView ? window.ReactNativeWebView.postMessage(r) : 
	window.opener ? window.opener.postMessage(r, t) :
	window.parent.postMessage(r, t)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions