留言板

Does AlloyUI supports device responsive layouts?

thumbnail
Vinod Kumar Nair,修改在11 年前。

Does AlloyUI supports device responsive layouts?

Junior Member 帖子: 58 加入日期: 12-7-13 最近的帖子
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,修改在11 年前。

RE: Does AlloyUI supports device responsive layouts?

Expert 帖子: 463 加入日期: 09-3-23 最近的帖子
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,修改在11 年前。

RE: Does AlloyUI supports device responsive layouts?

New Member 发布: 1 加入日期: 12-9-20 最近的帖子
I am new for this forum. Thanks for this useful post. Looking forward to many future threads.
thumbnail
Jack Bakker,修改在11 年前。

RE: Does AlloyUI supports device responsive layouts?

Liferay Master 帖子: 978 加入日期: 10-1-3 最近的帖子
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,修改在11 年前。

RE: Does AlloyUI supports device responsive layouts?

Liferay Master 帖子: 978 加入日期: 10-1-3 最近的帖子
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...