appie21 Active Member Licensed User Longtime User Feb 5, 2018 #1 Hello I have made a web browser with webview It has 2 buttons a back button and a forward button How can I see witch web page is under the back (and forward button) For example when the first time the page is loaded the back button must be disabled (because there is no page to load... How to handle this?
Hello I have made a web browser with webview It has 2 buttons a back button and a forward button How can I see witch web page is under the back (and forward button) For example when the first time the page is loaded the back button must be disabled (because there is no page to load... How to handle this?
eps Expert Licensed User Longtime User Feb 5, 2018 #2 Are you using WebViewExtras? That has a '.CanGoBack' call which tells you if the page you are on has a page which precedes it. Upvote 0
Are you using WebViewExtras? That has a '.CanGoBack' call which tells you if the page you are on has a page which precedes it.