facebook

Back action – ANSWERED

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311768 Reply

    JamesAdams
    Member

    Is there a generic back action I can assign to a button to return the user the their previous screen? Because I am not great with HTML or JavaScript I cant include this functionality myself furthermore, currently I have to create the same screen multiple times to create the illusion of a dynamic and functional app.

    #311770 Reply

    wayne
    Moderator

    Yes, there is a back() function that you may call from almost any control (see below). When you call mobione.back() this function will transition to the previous page with a reverse transition effect. The BACK button control is preconfigured to call this function which you may replace it with your own operation. For all other controls do this:

    1. Set the Link property to javascript:mobione.back()

    2. Set the Link Transition property to the 3D effect to perform during transition. <Default> is the reverse effect
    See attachment back-button-props.png

    Wayne
    Genuitec Mobile Team

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Back action – ANSWERED

You must be logged in to post in the forum log in