For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 12 years, 5 months ago by
support-octavio.
-
AuthorPosts
-
hspatzMemberHi
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
September 30, 2013 at 2:00 pm #342850
hspatzMemberAnother question is .
How can set to multitouch zoom in and out for the application ?Thanks
September 30, 2013 at 6:38 pm #342859
support-octavioMemberHi,
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.October 1, 2013 at 9:48 am #342883
hspatzMemberOctavio
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
October 2, 2013 at 4:52 pm #342946
support-michaelKeymaster>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.
October 3, 2013 at 4:09 pm #342998
hspatzMemberWayne
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
October 7, 2013 at 4:50 pm #343103
hspatzMemberHi
If I buy the copy I´ll receive the atualization until when ?
Thanks
Humberto
October 7, 2013 at 5:24 pm #343105
support-octavioMemberHi 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.
-
AuthorPosts
