Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

iPhone/iPad Sub Menus
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: iPhone/iPad Sub Menus
#21706
Re:iPhone/iPad Sub Menus 13 Years ago Karma: 0
I think I have found a way around this. If you set up all parent-level menus as menu type External URL but do not put in a link, it seems to work. I now have a site that has three levels of menu depth working fine on my iPhone 4

BTW - it also solves another problem on a normal browser wherein if you actually click on a parent menu item (sometimes people do this to 'pin' the menu in place), you end up displaying the placeholder article - not good. With the above, this doesn't happen anymore
Last Edit: 2011/11/15 03:27 By skajam66.
The administrator has disabled public write access.
 
#22549
Re:iPhone/iPad Sub Menus 12 Years, 11 Months ago Karma: 0
Hello,

it is possible to integrate the following code in css-style area. I do not know if it works and if it is the right syntax!!!

can you help? Mario

//ipad and iphone fix
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
$(".ux-menu LI A").click(function(){
//we just need to attach a click event listener to provoke iPhone/iPod/iPad's hover event
//strange

});

}
The administrator has disabled public write access.
 
#22550
Re:iPhone/iPad Sub Menus 12 Years, 11 Months ago Karma: 0
Hello admin,

i want to say that if you choose a menue item on the ipad and than go back in the browser navigation, the submenue still open.
Than it is possible to choose a submenue item. It is possible to add some code in the css-rules?

Mario
The administrator has disabled public write access.
 
#22553
Re:iPhone/iPad Sub Menus 12 Years, 11 Months ago Karma: 760
Hello,

Provided code is a javascript code, it can't be used in "CSS Styles" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22799
Re:iPhone/iPad Sub Menus 12 Years, 11 Months ago Karma: 0
Hello,

Again. First thank you for your great ARI Ext Menu.

Did you know when you will post this future release?

If you want we can test it with our Site www.akka-d.de
Is there any posibilities to help you?

Many Thanks
Mario
Last Edit: 2011/12/15 07:11 By Mario.
The administrator has disabled public write access.
 
#22800
Re:iPhone/iPad Sub Menus 12 Years, 11 Months ago Karma: 760
We suppose it will be ready within 1.5 month.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123