• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

navigateToURL from AIR not working on Ubuntu

New Here ,
Jan 23, 2020 Jan 23, 2020

Copy link to clipboard

Copied

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?

TOPICS
Developers , Flex SDK

Views

352

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 24, 2020 Apr 24, 2020

Copy link to clipboard

Copied

LATEST

Hello

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines