WebBrowser Back Button?

Hi

Does this no longer work? The back button doesn’t seem to do anything.

WebView.GoBack

When browsing some webpages in an embedded WebBrowser element in Home Remote on an Android tablet, I have no means of going back a page.

Is it possible to have a browser back button ?

Thanks

Back functionality changed in version 3 so that old example does not work.

Here’s an updated example. You need to call the GoBack method on the WebBrowser control with a MethodAction.
WebBrowserExample.hrp (96.0 KB)

Thanks Bill.

However I get this message when clicking the button.

“The Given Key ‘MyWebBrowser’ was not present in the Dictionary”

3.12.1.1 is the designer version.

You need to assign your WebBrowser a Name. See in my Outline how it shows “MyWebBrowser”. You can assign any name you wish to the control. You just need to make sure the MethodAction references the intended control.

Got you, my back button is working OK now !

I also added a Refresh button which is working.

2 Likes

I use this same interface and have been wanting to implement a back button. I have downloaded your icons that fit well with the chorus2 theme but I dont think I that refresh button was in your original set. Can you upload that one. Also what command was used for refresh?

They are new icons John.

I will upload them all again shortly and let you know.

1 Like

Refresh is the command

image

1 Like

Nice, I have yet to use MethodAction

If you download the icon zip file again from this thread here, you will have all my newly created icons also.

1 Like

What is that refresh button called? I am not seeing it in your zip file.

Maybe I missed them again.

Refresh-Touch Refresh-No-Touch

1 Like