Hello i am newbie this week installed b4a and starting .
I added Webview then when i click on Back button get exit from application
i tested this code's
& now i have question
My webview is only online and have many pages and i want
when user in sub pages back button redirect to home
subpage => mainpage
when user in homepage back button exit application
homepage => exitapplication
example Url (as homepage) :
webview.loadurl("https://simple.com")
I added Webview then when i click on Back button get exit from application
i tested this code's
Back button in a Webview
I think I have shot myself in the knee with this one. If I have a webview, load an URL then click on a link, how do I get back to the page beforehand? Unfortunately I have trapped the back button. If the back button is pressed and the webview is visible, I hide it and pass "true" to kill the...
www.b4x.com
Back Button with WebView
Hi all I have 4 html files: index.html 1.html 2.html 3.html I want when I in 1,2,3 pages the back button is trun back to index.html if i in index.html i want the button to exit the app how to do that ??? I try this code but only turn back to index page Sub Activity_KeyPress(KeyCode As Int)...
www.b4x.com
WebView Tutorial
WebView tutorial I wanted an easy way to provide in-app documentation such as help screens etc. I was thinking of going with the CustomListView and then trying to colour some of the lines of text etc. but then someone suggested that he used the webview to do this. When I started figuring out...
www.b4x.com
WebView & Device back button closes view
Hello, I have made myself a list of online magazines I regularly visit. If I visit the main page I can access atricles to read. Whne I then use the backbutton of my device the app goes back to the initial list of magazine selection. What i like to do is have a back button which takes me step by...
www.b4x.com
& now i have question
My webview is only online and have many pages and i want
when user in sub pages back button redirect to home
subpage => mainpage
when user in homepage back button exit application
homepage => exitapplication
example Url (as homepage) :
webview.loadurl("https://simple.com")