We need to open a webpage which has a very long URL string (456 characters).
Application.OpenURL works fine on the Mac stand alone, but the Windows version fails.
We did a test application in which the length of the URL string was variable and found that the Windows stand alone has a limit of 399 characters. After that it does not work.
This is not a Windows related problem because we created another application using other tool and it works fine.
Our main Windows developer, Ignas Ziberkas, has looked at this and not been able to reproduce it. Please can you file a bug report about this? Ignas has asked for you to mark it for his attention specifically and also that you include the version of Windows and the browsers that show the bug.
However, I have been trying to convert a few baKno games into the Beta 3.0 but there are so many changes needed (like the default font) and obstacles (especially with new physics) that I cannot continue converting as it is.
Is there a way to fix the current 2.6 to generate a windows build that opens long URL’s ?
use shorter urls by having the GET data you potentially send through having shorter data lengths?
the alternative is having a fake html in the same folder as your game for example which you generate through file.io yourself which contains the actual target and sets the document.location onload through JS and then openurl that html