Skip to main content
Participant
January 23, 2020
공지사항

navigateToURL from AIR not working on Ubuntu

  • January 23, 2020
  • 1 답변
  • 539 조회

Hi,

 

The "navigateToURL" method in AIR does not work on Ubuntu;

I tried a simple example, but it doesn't work on Linux Ubuntu. On Windows it works perfectly.

 

On Ubuntu, nothing happens.

 

private function openTest():void

{

    var url: String = "https://www.google.com.br";

    var u:URLRequest = new URLRequest();

    u.method = URLRequestMethod.GET;
    u.url = url;

    navigateToURL(u, "_blank");

}

 

Can someone help me?

이 주제는 답변이 닫혔습니다.

1 답변

Participant
April 24, 2020

Hello