facebook

Horizontal and vertical scrolling

💡
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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #342849 Reply

    hspatz
    Member

    Hi

    I´m developping a software as a trial and before I ask here I tried to find a solution and I couldn´t

    I make a request to login in my server and return data-text and it´s ok, I get the answer and if it´s correct I move to the next page.

    Then a make a another http request but this time return HTML. I tried HTML widget and was not OK, then a Tried Panel to display the page and it´s almost ok, because the space betwwen lines was too big and I couldn´t see all the page because it´s not possible to scroll horizontaly.

    I tried as “Form Result Type ” = Web Page UI and display excatly what I need but how can I came back to the application. In android If I press “back” button returns to the first page ( login page ).

    For the first program is what I nedd.

    Thanks

    Humberto

    #342850

    hspatz
    Member

    Another question is .
    How can set to multitouch zoom in and out for the application ?

    Thanks

    #342859

    Hi,

    Horizontal scrolling is more of a website-ish thing and has not been too high on the priority list. I have added this request to our feature tracking system from which we prioritize upcoming features.

    >How can set to multitouch zoom in and out for the application ?
    General UI pinch-zoom is not supported. This is typical setup for most html5 UI frameworks such as that used by mobione. Pinch-zoom for images must be implemented manually.

    #342883

    hspatz
    Member

    Octavio

    Thanks for the answer

    One quetion I didn´t get the answer.

    Is about Result Type = Web Page UI ” . How can I go back to the application in the last page displayed ?

    In android i press back button and it´s go back to the first page from my app.

    When I buy a copy I will receive the next updates?

    Thanks

    Humberto

    #342946

    support-michael
    Keymaster

    >Is about Result Type = Web Page UI ” . How can I go back to the application in the last page displayed ?

    Generally for an application you should avoid a traditional web form submission that results in loading a remote web page. Stay in the app; do not load remote pages unless the pages know they are part of the app and support internal app navigation. Rather think in term so of api’s where a form submission is effectively a REST api call (http get or post) that returns results such as JSON or XML session data or a login error data.

    If you have to navigate out of the app’s UI to a remote webpage, that webpage must be designed to be part of the app. It should include some form of back button. Otherwise your user will be stranded in the remote site.

    #342998

    hspatz
    Member

    Wayne

    The remote page is mine too, and I put a Back link to come back. The remote page display better the information then the panel, it´s mantain the space between lines and has horizontal scroll.

    My first application is ok now, and need to know if I buy the copy now I´ll receive the updates , and if the answer is yes until when?

    Thanks

    Humberto

    #343103

    hspatz
    Member

    Hi

    If I buy the copy I´ll receive the atualization until when ?

    Thanks

    Humberto

    #343105

    Hi Humberto,

    MobiOne Studio licenses are sold on a perpetual license model. With this model, you will have permanent access to the edition of MobiOne Studio and any updates that become available for that edition. Any new edition releases will be offered at a discounted upgraded fee for any current MobiOne Studio license holders.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Horizontal and vertical scrolling

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