0

Does anyone know how i can navigate through websites while in Peppers Web View? As there are no back/forward buttons and the back button on the backside of the tablet doesn't do anything.

  • I'll try and get back to you with a better answer. But a workaround is to open the android webbrowser instead of the web view. For example, in a new Python Script in Choregraphe: in `onLoad` - `self.tablet = ALProxy('ALTabletService')`; in `onInput_onStart` - `self.tablet._launchApk('com.android.browser')`; in `onInput_onStop` - `self.tablet._stopApk('com.android.browser')`. – Dominic D Mar 08 '20 at 01:19
  • Sounds like a good idea, thank you, but doesn't it only open the browser? Like not in fullscreen, but with searchbar and tabs? (It obviously does, question should rather be how I could get the browser to work like the web view) – misherukun Mar 09 '20 at 09:36
  • To clarify: the web view is meant for displaying custom web content. Mostly only one page, or else you would provide links to other pages as needed. If you want forward/back buttons, try [this](https://stackoverflow.com/questions/2317280/back-and-forward-button-for-webview-in-android-how) for android or [this](https://stackoverflow.com/questions/8067510/onclick-javascript-to-make-browser-go-back-to-previous-page) for javascript. If you want a fullscreen browser, try something like [this](https://stackoverflow.com/questions/10988564/launching-android-browser-in-full-screen-mode-from-app). – Dominic D Mar 22 '20 at 03:44

0 Answers0