Android Question Close browser auto

devmobile

Active Member
Licensed User
Hello
I programming app for shop and use payment for my app.
And open URL in external browser with PhoneIntent.
When use pay money and it done successfully,i need browser closed auto and return to app without interaction user.(Back to app via use)
Maybe?
 

devmobile

Active Member
Licensed User
You cannot control the external browser. Maybe use WebView instead. You can track the current page by handling the OverrideUrl event.
Thanks but i have to use external browser and when user do pay im browser,user have to back to app manual.
Is there other way?
 
Upvote 0
Top