I'm using PhotoSwipe 3.0.4 with jQueryMobile 1.1-rc1.
I'm trying to prevent PhotoSwipe from hiding it's toolbar.
I tried setting the captionAndToolbarAutoHideDelay paramater to 0 hoping this would prevent the toolbar from hiding but this just seems to prevent it from hiding automatically.
I also set the captionAndToolbarHide to false hoping this would prevent it from hiding but this didn't help.
I would like to prevent the toolbar from hiding when then user taps and swipes images, as on some handsets it is a little difficult to get the toolbar to show again.
Has anyone had any luck with this?