[RESOLVED] Web popup not working on iOS

It works fine on android but not on iOS, Is there a way to see debugging info like logcat for iOS? I’m trying to find out why it’s not working but I have no idea how. I use the same code for another iOS app I have and it works fine.

Nevermind I found out it has something to do with my site. It works fine for google.com

I found the issue wasn’t actually with my my webserver it was with corona. In android you can pass a url query string with a space in it and it works fine…example 

native.showWebPopup(127, 0, 600, 480, “http://www.website.com/index.php?var=Test Var”)

howerver this space in the query string breaks on iOS. It just shows a blank white screen and wont ever load anything.

Nevermind I found out it has something to do with my site. It works fine for google.com

I found the issue wasn’t actually with my my webserver it was with corona. In android you can pass a url query string with a space in it and it works fine…example 

native.showWebPopup(127, 0, 600, 480, “http://www.website.com/index.php?var=Test Var”)

howerver this space in the query string breaks on iOS. It just shows a blank white screen and wont ever load anything.