Mobile view
Hi,
I just need a help, and i'm facing issues like, while accessing the website in mobile, the mobile design not getting rendered, and i'm getting desktop view instead of mobile view.
In our community site, we have "View all" link in the "Latest topic" block. The URL is like /t5/forums/recentpostspage/post-type/thread. So when we click the link, respective clicked page is getting changed from mobile view into desktop view.
I recognize that, while access the site in mobile device in footer Version: Full | Mobile is displays. But in my issue page not showing this option in the bottom.
Could you please guide me,
1) The respective forums "View all" mobile layout not available, so that it i'm getting the desktop view?
2) If my assumption is correct, then how can we create page layout for this URL type?
- jaikumar1 if I remember correctly, for #1, movile v1 does not have a mobile quilt for recent posts page
for #2 you probably don't want to go down the way of write your own component for the message list. The reason is this component is complicated and you need to consider different url patterns, eg. /board-id/xxx, /post-type/message etc. I remember there are so many combination of them. Using css/javascript to make the workaround may be easier.