Dropdown menu for ipad (iphone)

Get help with installation and running PivotX 2.0.x here. Please do not post Extension or Theme related questions here.

Dropdown menu for ipad (iphone)

Postby camarados » Tue Jun 26, 2012 8:32 am

I'm using the menu extension (http://extensions.pivotx.net/entry/33/menu).

The dropdown menu doesnt work on iPad or iPhone, because i think, iphone and ipad dont know the ' hover' function.
I found a way to fix this:

Code: Select all
<script type="text/javascript">
$(function(){

   if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
    $(".menu li a").click(function(){
        //we just need to attach a click event listener to provoke iPhone/iPod/iPad's hover event
        //strange
    });
}
   });
</script>



I tested it and it works on a iphone.
But, is this the right way (and code) to get this working?
camarados
 
Posts: 37
Joined: Tue Sep 13, 2011 8:56 am

Re: Dropdown menu for ipad (iphone)

Postby Harm10 » Tue Jun 26, 2012 8:55 am

I have no idea whether this is the right way. If someone can verify this possibly the extension can be changed?
Quality is in the detail of things............
Harm10
Developer
 
Posts: 1601
Joined: Wed Jun 17, 2009 9:37 am
Location: Somewhere in The Netherlands (aka Holland)

Re: Dropdown menu for ipad (iphone)

Postby hansfn » Tue Jun 26, 2012 10:19 am

Since you don't link to your site, it's very hard to say anything. How is this drop-down menu created? Is it a pure CSS based solution or are you using the expand/collapse functionality provided by menu.js?
hansfn
Developer
 
Posts: 3072
Joined: Sun Nov 25, 2007 7:48 pm
Location: Molde, Norway

Re: Dropdown menu for ipad (iphone)

Postby camarados » Tue Jun 26, 2012 1:35 pm

its about http://www.pinedesign.nl/
Yes, i'm using the expand/collapse functionality provided by menu.js.

Didnt/don't know exactly how to use the code for replacing the overfunction.
camarados
 
Posts: 37
Joined: Tue Sep 13, 2011 8:56 am

Re: Dropdown menu for ipad (iphone)

Postby camarados » Wed Aug 15, 2012 8:50 am

just a moment, i'm gonna take a look how i fixed this!
camarados
 
Posts: 37
Joined: Tue Sep 13, 2011 8:56 am


Return to 2.x Support Forum

Who is online

Users browsing this forum: Exabot [Bot] and 2 guests

cron