Hey all, Richard here from Moonbeam Development -
Just popping it to say the webpopup fix is working great on the Android side now (Game Edition)-
Thanks for the hard work! [import]uid: 9046 topic_id: 2624 reply_id: 11011[/import]
Hello Ansca -
I loaded a remote website using the following:
native.showWebPopup( 0,100,320,320, “http://www.youtube.com” )
But I want to click on a video link and have the video play by kicking out to the fullscreen built-in video player.
Thoughts? Can this be a quick patch?
Embed tag does not work on Android either.
The only way is to run this on Android and it launches the entire browser:
system.openURL(“http://www.youtube.com”)
But I do not want the user to be able to see the browser address bar.
Please help. Thank you. [import]uid: 10965 topic_id: 2624 reply_id: 12894[/import]
Thanks for the fix - this has been driving me crazy all evening. I’m going to stop building with Basic Edition and start building with the Game Edition. I can’t afford to keep losing hours to these kind of issues. [import]uid: 11393 topic_id: 2624 reply_id: 13114[/import]
native.showWebPopup( “http://werdmobile.com” )
Is not working on android 2.2 device!
We just getting a black screen of death.
Works on IOS.
Using corona 268 build
Please Help! [import]uid: 4871 topic_id: 2624 reply_id: 23369[/import]
Working now forgot in the build.settings
settings =
{
androidPermissions =
{
“android.permission.INTERNET”,
},
}
[import]uid: 4871 topic_id: 2624 reply_id: 23374[/import]