It is not ready yet, but...

User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: It is not ready yet, but...

Post by srvet_claudio »

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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
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...

Post by Rathinagiri »

Which browser are you using Claudio?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: It is not ready yet, but...

Post by srvet_claudio »

Rathinagiri wrote:Which browser are you using Claudio?
Thanks Friend,
problem solved, I tried to open with HTMLViewer instead of Google Crome.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: It is not ready yet, but...

Post by Roberto Lopez »

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.
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.

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)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: It is not ready yet, but...

Post by Roberto Lopez »

Here is how device mode works:
Image1.png
Image1.png (185.84 KiB) Viewed 5086 times
Image2.png
Image2.png (142.58 KiB) Viewed 5086 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: It is not ready yet, but...

Post by srvet_claudio »

Roberto Lopez wrote:
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.
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.

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.
Roberto thank you very much for all your effort and for you explanations.

Only for info: JMG looks very nice in the tablet and in the phone both of them with Android OS.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply