Git Product home page Git Product logo

Comments (9)

tylernotfound avatar tylernotfound commented on July 16, 2024

It has been tested on OS 6 and verified to work. I can't speak for OS 5 though, as I haven't found a suitable device to test with.

I am removing this as an issue, as I do not guarantee support for OS 5 anywhere. My hunch is that it works just fine, however.

from flexslider.

firmanw avatar firmanw commented on July 16, 2024

I tried demo on BB webkit OS 6 and yes the slider is work. But navigation doesn't work both direction and pagination, no matter I click navigation the slides just simply ignore it.

from flexslider.

tylernotfound avatar tylernotfound commented on July 16, 2024

I'll look into it. Thanks firmanw.

from flexslider.

brilac avatar brilac commented on July 16, 2024

I get the same issue. Any update?

from flexslider.

tylernotfound avatar tylernotfound commented on July 16, 2024

I've yet to find a BB testing device. Stores doesn't usually have functional display models around here.

from flexslider.

davebeesleyarchived avatar davebeesleyarchived commented on July 16, 2024

I am currently testing this on a BB Bold 9300 - v5.0.0.977
The slide images are appearing full width regardless of max-width:100% constraints applied to them. BB5 is awful with images in responsive stuff.
Will post a fix later when I have it.

from flexslider.

davebeesleyarchived avatar davebeesleyarchived commented on July 16, 2024

My bad, I was floating the .slides element.
I can give this slider a clean bill of health in BB5, aside of my idiocy

from flexslider.

tylernotfound avatar tylernotfound commented on July 16, 2024

Well, thanks for testing it in BB5 for me! :D @davebeesley1983

from flexslider.

davebeesleyarchived avatar davebeesleyarchived commented on July 16, 2024

Another quick note. This issue reared its head to me again today.
adding .slides{overflow:hidden;} acts as a float clearance for BB5 (and probably IE6 etc)
However I can't guarantee it won't have knock on effects.
If you are feeling daring a JS/JQuery solution may be
if (navigator.userAgent.match(/MIDP/i)){
$('.slides').css('overflow','hidden');
}
although sniffing using the User Agent String isn't the most robust way of seeking out a browser.

from flexslider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.