Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to create mobile page in CQ5?

Avatar

Former Community Member

Hi All,

I need to create mobile page for the existing normal cq page.

Is there any feature in cq to achieve the above functionality?

Have you ever developed mobile page in cq5?

If so please guide me.

 

Regards,

Anderson

1 Accepted Solution

Avatar

Correct answer by
Level 8

You could also use responsive design techniques so that the page layout changes to accommodate different devices: http://dev.day.com/docs/en/cq/current/developing/mobile/responsive.html. The benefit is that you only create/maintain one page instead of two.

 

scott

View solution in original post

4 Replies

Avatar

Former Community Member

Thanks for your information. Now i got some basic idea about how to create mobile site.

Regards,

Anderson 

Avatar

Level 7

Hi!
Have you checked the guide for creating mobile sites ?
http://dev.day.com/docs/en/cq/current/developing/mobile.html

Avatar

Correct answer by
Level 8

You could also use responsive design techniques so that the page layout changes to accommodate different devices: http://dev.day.com/docs/en/cq/current/developing/mobile/responsive.html. The benefit is that you only create/maintain one page instead of two.

 

scott

Avatar

Level 10

Here is a related discussion about creating mobile forms for CQ using JQuery Mobile API: http://scottsdigitalcommunity.blogspot.ca/2013/04/submitting-mobile-form-data-to-adobe-cq.html.