Hello Guys, Im working in a Game app, and I want to know if anyone can tell me how I can put an image and touching that image it can send me an url.
Please if anyone can help me with this I’ll be very grateful.
Thanks.
Hello Guys, Im working in a Game app, and I want to know if anyone can tell me how I can put an image and touching that image it can send me an url.
Please if anyone can help me with this I’ll be very grateful.
Thanks.
Hello Guys I solve my problem, is very , very easy , to do this.
First in buid.settings have to put this code:
settings =
{
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
},
},
}
to do permissions to the app and then this code:
native.showWebPopup(“http://”)
to load the url, very,very easy.
Hello Guys I solve my problem, is very , very easy , to do this.
First in buid.settings have to put this code:
settings =
{
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
},
},
}
to do permissions to the app and then this code:
native.showWebPopup(“http://”)
to load the url, very,very easy.