Mobile Site - Force Landscape

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 24, 2014 3:42 am
Reply with quote
Report this post
Hey guys,

Is there any way to force landscape on mobile sites?

I seen it on some mobile website... You get a message on Portrait Mode... 'Turn your device in Landscape Mode'

Let me know if guys know the code......

Thanks for your help.
User avatar
Senior Boarder

teitbite
Wed Sep 24, 2014 11:18 am
Reply with quote
Report this post
Hi

I'm sure it can, but it's a customisaton request and we do not support than, sorry.
User avatar
Moderator

GK User
Fri Sep 26, 2014 6:24 am
Reply with quote
Report this post
It's cool... just checking...
Thanks.
User avatar
Senior Boarder

teitbite
Sat Sep 27, 2014 10:49 am
Reply with quote
Report this post
Hi

I've just think about an easy action for that. Try add this to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">
   (function($) {
   $(document).ready(function() {
      if( $('window').width() < 450 ) {
                         alert( 'Turn your device in Landscape Mode' );
                }
   })(jQuery)
</script>
User avatar
Moderator

GK User
Sat Sep 27, 2014 7:37 pm
Reply with quote
Report this post
I will try it out...

Thank you.
User avatar
Senior Boarder


cron