Page 1 of 1

How do I use existing JQuery Mobile HTML & JavaScript?

Posted: Mon Dec 02, 2013 1:17 pm
by Timo Jalonen

I have an existing HTML page and some JavaScript which I have deleloped using JQuery Mobile. I would like to use it to create an app with Appery. I have tried creating an empty app and copying the existing HTML to both startScreen and index.html, but neither seems to work - when I test the application it insists on using the screen created by Appery's GUI builder. Is it possible to skip building the GUI with Appery and use existing HTML instead, and if yes, then how?


How do I use existing JQuery Mobile HTML & JavaScript?

Posted: Mon Dec 02, 2013 1:55 pm
by Maryna Brodina

Hello! Please check you have correct path to CSS and JS files in your HTML. Should be working, but it's still better to use builder for creating app.


How do I use existing JQuery Mobile HTML & JavaScript?

Posted: Mon Dec 02, 2013 2:27 pm
by Timo Jalonen

Hi, thanks for the reply.

I have tried to check all paths, to no avail.

The reason why I'm not using builder is that I haven't been able to figure out how to create e.g. this:

Image


How do I use existing JQuery Mobile HTML & JavaScript?

Posted: Mon Dec 02, 2013 2:44 pm
by Maryna Brodina

There are 2 Buttons and Input on your screenshot. These components are present in builder. If you need some component which is not in builder you can implement it using html/css/js. In your case you can just place Input and Buttons in Grid component.