I want to open a facebook page with button on the exit of my application
When i run that the programm opens the brower, how i can open the user facebook application instead?
Thank you, great forum and great help
B4X:
Dim fURI As String
Dim FacebookPage As Intent
fURI = "https://www.facebook.com/agronote/"
FacebookPage.Initialize(FacebookPage.ACTION_VIEW,fURI)
StartActivity (FacebookPage)
When i run that the programm opens the brower, how i can open the user facebook application instead?
Thank you, great forum and great help