i have encountered one problem
i wanna browse app store url in android
so i write
string.find(url,"play.google.com/",1,true)) then system.openURL(url)
if i use don’t use system.openURL(popup instead), it’s going to be like this
i expect it goes to outside-browser and redirect to google market
but i got google play opened in my app
like this
then i can’t go back to my app.
Have to restart it.
how could i avoid it and open one google play URL?