[v3] Action sheet button - Open external link

Hi @nolimits4web !
I’ve got an action sheet to valorate the app. I need to open the store website when the users clicks on a button.
how can I do to open the external link ? because a simple windows.open dosen’t work

window.open('http://google.com', '_blank')

is same as click on <a href="http://google.com" target="_blank"> external link