You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to call Navigate action from javascript

Received Response
51
Views
4
Comments

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!