Mobile App Browser Component - needs #! for goto routes

The browser component in mobile app projects that uses the AppConnect routing needs #! added to the start of the route that you select. Currently it just adds the direct route:

Currently:

browser1.goto('/memberhome')"

should be:

browser1.goto('#!/memberhome')"
Community Page
Last updated: