Whenever a content in AEM has path like /content/parsysname/image/par/jcr:content/image.name.html , dispatcher is not able to fetch the html from cache since the jcr:content folder is renamed as _jcr_content
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
There is a "page" and "page_mobile "component. That is the main template. For page component the className is "page"For page_mobile component the className is "page-mobile"Is it used for CSS ?