I use
navigator.app.loadUrl(URL,{openExternal: true})
to open a new window an will close it if my fallback fires.
i tried var ref = navigator.app.loadUrl(URL,{openExternal: true})
and in my fallback
ref.close()
without any success.
Thank you for any suggestion.