facebook

It’s possible use two tabBar?

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

    BryanBudelon
    Member

    @support-octavio wrote:

    Hi BryanBudelon,

    >Not to create another topic … could someone explain to me how to use the “newPage” and “oldPage” on the “On Page Changing” and “On Page Change”?
    You can learn about those variables in this doc: http://www.genuitec.com/mobile/docs/tabbedNavigation/tabbedNavigation.html#page_change_events

    >And also, is possible use “phoneui.gotoScreen” in Run JavaScript of MobiOne?
    Yes, it’s very doable.

    Hi, Octavio.

    Thank you for help. One last doubt: how use gotoScreen? looked in some local, but without results.

    #342353 Reply

    Hi,

    You should call the function and specify the parameters:
    1) Target screen
    2) Transition efect

    Example:

    phoneui.gotoScreen('#m1-targetScreen', 'FADE');
    #342355 Reply

    BryanBudelon
    Member

    @support-octavio wrote:

    Hi,

    You should call the function and specify the parameters:
    1) Target screen
    2) Transition efect

    Example:

    phoneui.gotoScreen('#m1-targetScreen', 'FADE');

    The parameters i know. However, o targetScreen is the name of the project on MobiOne on what i go redirect?

    #342401 Reply

    Hi BryanBudelon,

    >The parameters i know. However, o targetScreen is the name of the project on MobiOne on what i go redirect?
    Let’s say that you have three screens: home.mobi, contact.mobi and info.mobi

    For your button in home.mobi, to go to contact.mobi you should use something like:

    phoneui.gotoScreen('#m1-contact', 'FADE');
    
Viewing 4 posts - 16 through 19 (of 19 total)
Reply To: It’s possible use two tabBar?

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