Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: derfmilar on February 16, 2018, 04:16:51 PM

Title: Application Open URL not opening in new window[SOLVED]
Post by: derfmilar on February 16, 2018, 04:16:51 PM
I'm using the Application Open URL action in a WebGL build, using Unity 2017. URLs do not open in a new window.

Does anyone have any suggestions?

Thanks!
Title: Re: Application Open URL not opening in new window
Post by: jeanfabre on February 19, 2018, 02:48:29 AM
Hi,

 is it working in Editor?

 Bye,

 Jean
Title: Re: Application Open URL not opening in new window
Post by: Mutajon on January 23, 2020, 01:18:14 AM
Hi,

I have the same problem. It DOES work in the editor, however when building the project for webGL and uploading it to itch.io, the game works fine but when trying to load a url it tries (and fails) to open it WITHIN the embedded game and not on a new page/tab.

Thanks
Title: Re: Application Open URL not opening in new window
Post by: jeanfabre on January 23, 2020, 01:35:21 AM
Hi,

 Made some adjustments, can you re download and double it works for you?

the window title might need to be _blank so that it opens a new tab or window.

https://answers.unity.com/questions/1133713/webgl-open-url-in-new-tab.html

Let me know how it goes.

Bye,

 Jean
Title: Re: Application Open URL not opening in new window
Post by: Mutajon on January 23, 2020, 09:10:23 AM
Works perfectly.

Thanks!
Title: Re: Application Open URL not opening in new window[SOLVED]
Post by: Maart on February 14, 2022, 10:53:34 AM
I'm facing the same problem,
I'm running a webgl build but the url is opened in the same window instead of a new window.

my Web Window Title in the playmaker action is set to "_blank" without the quotation marks

am i missing something obvious?

Thanks