I have added two pages in my WebApp, I am able to navigate between pages using menu widget provided by ExB, We can close and open widgets as shown in below code
let closeAction = appActions.closeWidget("widget_19");
getAppStore().dispatch(closeAction); I want to navigate between pages programmatically, is this possible? if yes, please help me with code sample
@TonghuiMing , @DanJiang , @ShengdiZhang