Fixed footer toolbar and tap events
Hi,
I've set a fixed footer toolbar. It works "ok" (looks really bad) on scrolling listviews, but it is disappearing ALSO with non scrolling tap events. I have a panel with button images, then when I tap on an image, the bar disappears. If I tap again, the same or another image, the toolbar reappears.
That's utterly annoying, because it seems like a huge design (application) flaw.
The pages are all dynamically inserted into the DOM, and many listviews are NOT so big to demand scroll, but the bar goes off on those too. Probably because of the tap event (maybe related to touch release? A scroll event should be detected by time lapse on touch release or so, is that correct?)
Any clues, directions, examples, code snipets, whatever form of help will be nice.
Cheers