Forums de discussion

Does AlloyUI supports device responsive layouts?

thumbnail
Vinod Kumar Nair, modifié il y a 11 années.

Does AlloyUI supports device responsive layouts?

Junior Member Publications: 58 Date d'inscription: 13/07/12 Publications récentes
Does liferay supports in built responsive HTML based on the devices' resolutions like ipad, desktop, mobile, something inbuilt like inside Alloy UI or do I need to go for third party framework like Twitter BootStrap to achieve my requirement?
thumbnail
Zsolt Balogh, modifié il y a 11 années.

RE: Does AlloyUI supports device responsive layouts?

Expert Publications: 463 Date d'inscription: 23/03/09 Publications récentes
Hi,

I'm not a UI expert so I'm just trying to help from far away. You can check how Liferay supports mobile devices if you resize your browser on liferay.com itself or you check it from a mobile.

You can see how it works there. The portal is using WURFL by using this plugin: https://github.com/liferay/liferay-plugins/tree/master/webs/wurfl-web.

I hope this is enough to help you to start the development.

Zsolt
Bill Jhonson, modifié il y a 11 années.

RE: Does AlloyUI supports device responsive layouts?

New Member Envoyer: 1 Date d'inscription: 20/09/12 Publications récentes
I am new for this forum. Thanks for this useful post. Looking forward to many future threads.
thumbnail
Jack Bakker, modifié il y a 11 années.

RE: Does AlloyUI supports device responsive layouts?

Liferay Master Publications: 978 Date d'inscription: 03/01/10 Publications récentes
on resize of browser to one of the four sizes, can javascript be called to use a new theme ? (would require reload)

by just css, showing 2nd level nav ; and 3d level could be an awkwardly tall list

then there is awkward long list on smartphone portrait like currently at http://www.liferay.com/community/welcome/dashboard where a page has multiple 'menus'

seems like re-theming via reload might be needed as needed
thumbnail
Jack Bakker, modifié il y a 11 années.

RE: Does AlloyUI supports device responsive layouts?

Liferay Master Publications: 978 Date d'inscription: 03/01/10 Publications récentes
what i am thinking now on is:

for desktop browser, show nav level 1,2 as usual

but for tablet portrait and less:

home page shows only first level nav
onclick/touch of first level nav item, go to page and then only show 2nd level nav for that level1 navitem

hmmm...