How to call Navigate action from javascript
Summary:
Need to call Navigate action from javscript code in mobile app
Content (required):
We have an href link in javscript code, on click of that we need to redirect to another page in the mobile app which is not working if we simply give href value. Is there a way to trigger an action chain to navigate to the required page from js.
bindInfoWindow(marker, map, infowindow, "<a href=" + urlArray[0] + "?srId=" + jsonData.id + "&page=app&app=home&home=home-servicerequest-details;>" + jsonData.referenceNumber + "</a><br/>" + jsonData.Product + " " + cat + "<br/>" + created_date);
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):