skrohmer
Jul 06, 2016 - 07:43
Hi,
I'm struggling a bit with the WebView. See this code:
import ui
wv = ui.WebView()
wv.load_url('https://forum.omz-software.com')
wv.present()
Works fine so far, it opens the page ;-). However, I don't see any navigation buttons to navigate forward or back. Do I have to create them by myself by making a view which contains WebView and the buttons (assigned to wv.go_forward() and wv.go_back()) or is there an option which I could set for WebView? I haven't found one in the documentation, but maybe I was looking for the wrong keywords...
Stefan