Application.OpenURL not working in tvOS?

I want to simply open webpage (e.g. fb page, app store link, etc) in my tvOS app, and I tried Application.OpenURL(myURL);

It only opens a blank page without anything… .

Is tvOS not support redirect url to a browsers app yet? or just Unity not supported that?

I’m fairly sure that tvOS doesn’t actually support webkit, and hence doesn’t actually allow any form of browsing. It can fetch the content from a URL, but that’s it. You’ll need to be able to parse it yourself to do something with it.