SamsungInternet / support

For general Samsung Internet support. You can use the Issues register here as a way to ask support questions.
MIT License
17 stars 0 forks source link

Using window.open(...) Doesn't Work for Non-http and Non-https Protocols #76

Closed CatGuardian closed 4 years ago

CatGuardian commented 5 years ago

Hello.

When you try to programatically use window.open(...) with a url that doesn't start with http:// or https://, the samsung browser doesn't actually go to the page specified.

Consider this snippet:

    this.$window.open('googlechrome://navigate?url=www.test.com', 'newTabForChromeDeepLink');

When this is executed, it should open up the Google Chrome app. But here is what actually happens:

  1. If you haven't allowed pop-ups yet for the website that ran this code:
  1. if you already allowed pop-ups for the website that ran this code:

There is a bug here.

Related: #75

PicchiKevin commented 4 years ago

Hi, Thank you for opening this issue. We are currently migrating our support channel to the Samsung Developer Forum. If you are still experiencing this issue I'd highly recommend re-opening it here please https://forum.developer.samsung.com/c/samsung-internet/

Thanks again, -Kevin