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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -