Fórum

Does AlloyUI supports device responsive layouts?

thumbnail
Vinod Kumar Nair, modificado 11 Anos atrás.

Does AlloyUI supports device responsive layouts?

Junior Member Postagens: 58 Data de Entrada: 13/07/12 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Does AlloyUI supports device responsive layouts?

Expert Postagens: 463 Data de Entrada: 23/03/09 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Does AlloyUI supports device responsive layouts?

New Member Mensagem: 1 Data de Entrada: 20/09/12 Postagens Recentes
I am new for this forum. Thanks for this useful post. Looking forward to many future threads.
thumbnail
Jack Bakker, modificado 11 Anos atrás.

RE: Does AlloyUI supports device responsive layouts?

Liferay Master Postagens: 978 Data de Entrada: 03/01/10 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Does AlloyUI supports device responsive layouts?

Liferay Master Postagens: 978 Data de Entrada: 03/01/10 Postagens Recentes
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...