I’ve read through all the other forum posts regarding webpopup issues and this seems to be slightly different…
I created a basic android app with the following 4 lines of code in main.lua:
display.setStatusBar (display.HiddenStatusBar)
local authURL = "http://m.facebook.com/login.php"
myFBWeb = native.showWebPopup(1, 30, 478, 290, authURL)
temp\_textfield = display.newText("TEMP",0,0, "Arial", 20)
1/ If you enter a valid account email into the first box and press return/go/enter on the keyboard it crashes the whole app.
2/ If you put an invalid (non facebook registered) email in and press the same in behaves as expected.
3/ If you use the login button on the page, then it seems to behave as expected.
So it seems to be a very specific case…
This works correctly through the devices built in browser, so I can only imagine that the corona implimentation of the webpopup is crashing on some returned error code in a header response?
Tested on:
HTC Desire
HTC Desire HD
HTC Wildfire
If anyone can see a workaround that would be great!
Thanks!
Mal [import]uid: 13758 topic_id: 11883 reply_id: 311883[/import]