Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter -creynolds-aiec

    (@-creynolds-aiec)

    i fixed it by teaching myself a little jQuery

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    for some reason I couldn’t get the userAgent.match for ipad to work so I put it in a php user agent check

    <?php
    	$isiPad = (bool) strpos($_SERVER['HTTP_USER_AGENT'],'iPad');
    
    	if(!empty($isiPad)){ // code goes here }
    	?>
    Thread Starter -creynolds-aiec

    (@-creynolds-aiec)

    Sorry I got moderated above. I’m a noob.

    http://pastebin.com/eAapNLHR

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown menu issue on ios’ is closed to new replies.