Hi,

I'm trying to use Flexslider together with the jQuery Mobile Theme. The problem is, that the scripts are only loaded on pages which use Flexslider. So when using Ajax to load the pages in jQuery Mobile the needed scripts and css are not loaded afterwards. A simple solution could be an option to always embed the scripts for every page even if it does not use Flexslider currently.

Comments

minorOffense’s picture

The other issue would be the init for jQuery Mobile. It uses a custom event called "pageInit". You'd have to add a custom init script to get it to work.

http://jquerymobile.com/demos/1.2.0/docs/api/events.html

As for including it into the module I don't think that would make sense. But a supplementary module which handles the init would work. If there are any missing hooks to get that sort of setup working I'd be glad to add them to the core FlexSlider module.

minorOffense’s picture

Status: Active » Postponed (maintainer needs more info)
minorOffense’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)