NetTalk Central

Author Topic: Browse navigation buttons on Mobile  (Read 3528 times)

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Browse navigation buttons on Mobile
« on: August 20, 2012, 09:21:35 PM »
Just come up with an issue with a couple of clients using the Mobile version of NT.

On any page loaded browse, we get a really nice 'toolbar' at the bottom of the mobile screen with 'Next', 'Previous', 'First', 'Last' etc. which works nicely.  However, if the browse has a 'Select' or a 'View' button at the bottom, then on most occasions, the button is HIDDEN by this toolbar, and when you scroll around the screen, the toolbar tends to become 'unstuck' from the bottom of the screen and scroll with the rest of the page, still obscuring these buttons.

I know keeping a static CSS div as a toolbar at the bottom of the screen has always been problematic on mobile Safari etc., but I thought that the jQuery people had managed to solve that?  Perhaps not?

Cheers,
Devan

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Re: Browse navigation buttons on Mobile
« Reply #1 on: August 20, 2012, 09:41:23 PM »
Just came across this: http://cubiq.org/iscroll-4

Possible solution for the iOS "scroll within a div" issue?  If so, perhaps Bruce could look towards integrating it into the templates?  ;)

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11263
    • View Profile
Re: Browse navigation buttons on Mobile
« Reply #2 on: August 20, 2012, 09:46:03 PM »
before we go there - you might want to look at the settings on the WebServer procedure, Mobile tab.
There are options there to fix the position of the Browse and Form headers and footers. I'm thinking you might want to "unfix" the browse footer one.

cheers
Bruce

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Re: Browse navigation buttons on Mobile
« Reply #3 on: August 20, 2012, 10:01:08 PM »
Bingo! That fixed it - thanks Bruce...  ;D