facebook

slide with finger

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    When I make multipage, how can I enable to slide left and right from page to page?

    #335334

    paulD
    Member

    Mobione doesn’t support horizontal scrolling or finger swipes i’m afraid.

    hopefully in a future release we will get a horizontal scroller.

    #335391

    Max87
    Member

    Hi marko,
    you can try swipeview js plugin, i’m using it to swipe transition between pages and it’s working fine.

    #335405

    paulD
    Member

    Hey Max thanks for sharing the link. looks really useful

    #335408

    Hey Max, thank you:) Demo looks good and it probably will solve the problem. I am not programmer but very basic user so I still do not get how to use plug-ins but hopefully I will figure out. In the meantime if you can suggest where to find any instruction or help I would appreciate it:)

    BR, M.

    #335413

    paulD
    Member

    Max

    Any chance you could post a quick demo on how you integrated it with mobione?

    Thanks

    Paul

    #335418

    Max87
    Member

    Hi guys,
    please read the swiper.txt file, I can’t post my answer directly on the topic(it generates unknown error)
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #335424

    paulD
    Member

    Thanks Max i’ll have a go and see how i get on.

    #335459

    Hello Max, I still have certain problems with the swipe and to cut the long story short I have explained everything in 1 min movie and uploaded it to you tube:) I hope you can help.

    http://www.youtube.com/watch?v=9G-FBluyU_Y&feature=youtube_gdata_player

    BR, M.

    #335466

    Max87
    Member

    Hi Marko,
    I think that reason, why is not swiping working for you, is that you just copied tcmswipeview.js into your project folder.
    You have to add it to project. on main screen in design center click on Design screen2.mobi, down in properties find Javascript Libraries and choose tcmswipeview.js(as seen on screen). When you send your project to Test center, Mobione will create link to this js library and swipe should work.

    To your second question, if it’s possible to change only part of the screen without header and footer – I don’t really know, I created all my screens with same widgets…I don’t use Multipage widget(I don’t know how to 🙂 )

    Attachments:
    You must be logged in to view attached files.
    #335481

    Hey Max:)

    I have tried but it still does not work:(

    re. MultiPage, it is simple. First you insert MultiPage widget from the left palette to the screen and then insert whatever you want to the page (image, text, lists…). Once you want new page you simply make a right click on MultiPage in right outline view and choose “New Page”… This way you can make different contents with the same header and footer…

    Attachments:
    You must be logged in to view attached files.
    #335492

    Max87
    Member

    Hi Marko,
    can you please send me your project with all screens and files to max87[at]centrum[dot]sk and I’ll look at it.

    edit: Hi Marko, I’ve managed how to use swipeview with multipage widget. Please try this instead of phoneui.gotoPage in my txt file:

    phoneui.gotoMultiPagePage('m1-project-multiPage1', 'SET_PAGE', 'm1-project-page2', 'SLIDE_LEFT');

    m1-project1-multiPage1 – name of multipage widget
    m1-project-page2 – sub-page name in multipage widget
    SLIDE_LEFT – transition style

    It’s not perfect, but it partially works 🙂 Please take a look on this, I hope this helps.
    BR
    Max87

    #336302

    fcodonlucas
    Participant

    Hi Max87….. you can make an example to see it work better … because I have tried to do as you mention but I have not been successful, I hope you can create an example, I would greatly appreciate … thanks…

    #336395

    fcodonlucas
    Participant

    Hi max87… please 🙂

    #336477

    Yann
    Member

    Hi everyone
    i tried to put your function

    phoneui.gotoMultiPagePage('m1-project-multiPage1', 'SET_PAGE', 'm1-project-page2', 'SLIDE_LEFT');

    but nothin happen , i edited phoneui.js to add alert with param widgetId, targetType, pageId, transition to verify if params are sent to phoneui.gotoMultiPagePage
    i also tested with

    phoneui.gotoMultiPagePage('m1-project-multiPage1', 'SET_PAGE', 'm1-project-page2',  phoneui.transitions.slideLeft);

    Result: All params are sent , no error js but nothing happen.
    Is it a bug of 2.3.2 Dev10 version?
    Yann

Viewing 15 posts - 1 through 15 (of 18 total)
Reply To: slide with finger

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