playMaker

Author Topic: Application Open URL not opening in new window[SOLVED]  (Read 5554 times)

derfmilar

  • Playmaker Newbie
  • *
  • Posts: 5
Application Open URL not opening in new window[SOLVED]
« 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!
« Last Edit: January 27, 2020, 12:45:03 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Application Open URL not opening in new window
« Reply #1 on: February 19, 2018, 02:48:29 AM »
Hi,

 is it working in Editor?

 Bye,

 Jean

Mutajon

  • Playmaker Newbie
  • *
  • Posts: 25
Re: Application Open URL not opening in new window
« Reply #2 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Application Open URL not opening in new window
« Reply #3 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

Mutajon

  • Playmaker Newbie
  • *
  • Posts: 25
Re: Application Open URL not opening in new window
« Reply #4 on: January 23, 2020, 09:10:23 AM »
Works perfectly.

Thanks!

Maart

  • Junior Playmaker
  • **
  • Posts: 88
Re: Application Open URL not opening in new window[SOLVED]
« Reply #5 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