.net 2012 apple issues

Posted By Ant88 23/01/2012 21:10:12
Add to Favorites1
Author Message
Ant88
 Posted 23/01/2012 21:10:12
Supreme Being

Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)Supreme Being - (26 reputation)

Group: Forum Members
Last Active: 23/03/2012 19:17:16
Posts: 5, Visits: 89
26
Hi, could you let me know how to sort this issue please. Members using iphones/ipads have the login/navigation bar follow them down the page which blocks the view of the posts. This does not do this on 7phone and android. Any suggestions if this is meant to do this or is this a bug, as many of our user are not liking this!

Ant
Ryan Healey
 Posted 17/02/2012 13:26:30
I dont see much sun

I dont see much sun - (7,714 reputation)

Group: Administrators
Last Active: Yesterday @ 13:22:53
Posts: 2,339, Visits: 22,736
Hi Ant, I'm sorry i missed this. You can stop the navigation following you as you scroll if this is presenting a problem.

To do this you would need to update the CSS for the mobile skin. Open Skins\Mobile\Styles\1_common.css.

Locate the following CSS class...

.mn_wrapper
{
width: 100%;
position: fixed;
}

Remove the fixed positioning....

.mn_wrapper
{
width: 100%;
}

I hope this helps. If we can assist further please don't hesitate to respond,



Kindest Regards,

Ryan Healey
Founder and CTO

http://community.instantasp.co.uk/Uploads/Images/7e043dc3-463f-4f68-8ee0-f237.gif

Facebook | Twitter | Blog | Docs
12 tips to improve your customer support

Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top