Very nice Roberto,
but sorry for my ignorance as I do to run JMG on a mobile device with Android OS.
PS: When I open index.html the page appears empty on my movil phone.
It is not ready yet, but...
- srvet_claudio
- Posts: 2223
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
- Rathinagiri
- Posts: 5481
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: It is not ready yet, but...
Which browser are you using Claudio?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- srvet_claudio
- Posts: 2223
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: It is not ready yet, but...
Thanks Friend,Rathinagiri wrote:Which browser are you using Claudio?
problem solved, I tried to open with HTMLViewer instead of Google Crome.
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: It is not ready yet, but...
I'm late with the answer, but, here it is: I do all my tests on latest desktop versions of Chrome and Firefox, so, at least, it should work well on their mobile counterparts.srvet_claudio wrote:Very nice Roberto,
but sorry for my ignorance as I do to run JMG on a mobile device with Android OS.
PS: When I open index.html the page appears empty on my movil phone.
Besides that, Chrome has a 'device mode' (menu->more tools->developer tools). Using it, you can emulate screens of various popular phones and tablets. A lot more simpler than testing on real devices.
This first experimental version, does only one small step towards responsiveness (switching from full page width, to dialog mode).
The second step is to use responsive grids, to show the controls in multiple columns or stacked, according screen width (automatically) when setPageStyle('auto') is used.
More info here:
http://demos.jquerymobile.com/1.3.0-rc. ... nsive.html
In fact, that page itself is responsive.
The normal view (desktop-zoom 100%) it shows two columns (menu and content). If you zoom it a lot (200-300%) the content is shown using full width and the menu is located at the page end (no longer at the left).
The challenge for me now, is to make it easy and intuitive for the JMG developer.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: It is not ready yet, but...
Here is how device mode works:
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- srvet_claudio
- Posts: 2223
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: It is not ready yet, but...
Roberto thank you very much for all your effort and for you explanations.Roberto Lopez wrote:I'm late with the answer, but, here it is: I do all my tests on latest desktop versions of Chrome and Firefox, so, at least, it should work well on their mobile counterparts.srvet_claudio wrote:Very nice Roberto,
but sorry for my ignorance as I do to run JMG on a mobile device with Android OS.
PS: When I open index.html the page appears empty on my movil phone.
Besides that, Chrome has a 'device mode' (menu->more tools->developer tools). Using it, you can emulate screens of various popular phones and tablets. A lot more simpler than testing on real devices.
This first experimental version, does only one small step towards responsiveness (switching from full page width, to dialog mode).
The second step is to use responsive grids, to show the controls in multiple columns or stacked, according screen width (automatically) when setPageStyle('auto') is used.
More info here:
http://demos.jquerymobile.com/1.3.0-rc. ... nsive.html
In fact, that page itself is responsive.
The normal view (desktop-zoom 100%) it shows two columns (menu and content). If you zoom it a lot (200-300%) the content is shown using full width and the menu is located at the page end (no longer at the left).
The challenge for me now, is to make it easy and intuitive for the JMG developer.
Only for info: JMG looks very nice in the tablet and in the phone both of them with Android OS.