javascript - Forward button for cordova uwp windows 10 app? -


i can see button cordova based uwp windows 10 app on top left. since kind of web app, need forward button browser navigate between url history.

is possible? please suggest.

i need forward button browser navigate between url history.

is possible? please suggest.

in uwp there no pre-defined forward button, workaround, can create runtimecomponent , set coreapplicationviewtitlebar.extendviewintotitlebar true "hide" default title bar official title bar demo did. add custom title bar(a div element add top of body) , define back/forward button in custom title bar.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -