Timo Jalonen
Posts: 0
Joined: Mon Dec 02, 2013 1:17 pm

How do I use existing JQuery Mobile HTML & JavaScript?

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How do I use existing JQuery Mobile HTML & JavaScript?

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.

Timo Jalonen
Posts: 0
Joined: Mon Dec 02, 2013 1:17 pm

How do I use existing JQuery Mobile HTML & JavaScript?

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How do I use existing JQuery Mobile HTML & JavaScript?

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.

Return to “Issues”