Expand my Community achievements bar.

SOLVED

AWD Support in AEM

Avatar

Level 6

Does AEM support Adaptive Web Design framework out of the box ?. Based on the device agent redirect to appropriate page ?

1 Accepted Solution

Avatar

Correct answer by
Employee

AEM supports AWD. For detection approaches, please refer http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/mobile.html. For creating AWD device groups and basics on that, refer http://docs.adobe.com/docs/en/aem/6-0/develop/mobile.html . Basically both client side(based on the opensource browsermap) and server side( based on the proprietary wurfl) is supported.

View solution in original post

4 Replies

Avatar

Level 10

If you are using responsive web design, you might not need it. otherwise you can detect the same at both server side and client side 

http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/mobile.html#Server-Side Device Detection

http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/mobile.html#Client-Side Device Detection

Avatar

Correct answer by
Employee

AEM supports AWD. For detection approaches, please refer http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/mobile.html. For creating AWD device groups and basics on that, refer http://docs.adobe.com/docs/en/aem/6-0/develop/mobile.html . Basically both client side(based on the opensource browsermap) and server side( based on the proprietary wurfl) is supported.

Avatar

Level 6

We need to create separate pages for mobile and desktop app, hence different urls. Do we need to manually write logic to do the redirect based on device agent. Or is it available out of the box