I have 2 buttons in an app that trigger Application.OpenURL(“http://specialpage.com/api/”);
The thing is, it only occurs on a few android devices, it works fine on 3/4 the devices we’ve tested with, and all ios devices, and I can reproduce it simply by turning wifi on or off, on the devices affected…
The phone has an active call/data plan, I can surf the web and what not at the same time these buttons aren’t working, but these two buttons will not even open the browser without wifi being turned on…I was expecting if it couldn’t connect it would launch the browser regardless and show a page saying it couldn’t connect, but it simply ignores the button press…
Any ideas why this would happen? The urls start with “http://” and it works fine when wifi is on which is the weird issue…