0
I want to create an app for a site that has no mobile version, so I need to show the user only 04 fields on the screen (login, password, sign up and ok). How can I do that
It’s not my site and I don’t have access to the source code.
The first image is the original site and the second is how I want it to appear on the Android App?
How do I do this in Java or HTML (html, javascript, jquery, ajax)?
I already used Webview, but I couldn’t make these changes in the layout, the most I could was put a Zoom, it was horrible, because the user needs to keep moving around the screen, to input the login and password data.
Where do I start? What techniques do I use to do this I need.
I want to create an apk even, but my question is whether with Phonegap I will be able to manipulate the layout of this site, for it to be more user friendly end.
– Paulo Roberto
You can handle the layout with html, css and javascript
– Natalia Kelim Thiel