-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native won't trigger on iOS 5/6 #90
Comments
@steviep I have tested SelectBoxIt on both devices (iPad and iPhone) and operating systems (iOS5 and iOS6) that you mention above via emulators, and for me, it seems to correctly use the native interface. Would you be able to show me a public url or a jsfiddle/jsbin that mimics your current setup so that I could troubleshoot? Also, I don't believe using Prototype should be an issue, as long as you are not overwriting |
I'm closing this issue for now, but let me know if you are still having trouble! |
@steviep Try updating SelectBoxIt to the latest code. This should fix your issue hopefully =) |
Hey Greg, sorry for the late reply. I'll take a copy of the new code and see how I get on, but I actually assumed that it was probably more a specific issue with the setup of my site, rather than a bug as I also tested your examples page on both devices and they all worked correctly. Instead I moved over to using the native controls styled with CSS for now, not perfect but will do! Thanks for spending time to look into it though. |
@steviep Another person reported an issue with the way SelectBoxIt was handling mobile devices, so I took a look at the code, and found a bug that could affect your page. Let me know! |
Found the exact same issue as mentioned above. I did grab the latest code link you provided, but it's still "flashing" up the native control on iPad and then quickly switching to my pages css styling. Any updates? |
@squaremdesign Do you have a public url I could look at? |
Sent you email. Thanks! |
I'm using SelectBoxIt for the first time with the latest version of the script (as of yesterday) and I'm not getting anything at all on mobile devices (testing on iPad and iPhone). When I click the select box neither the custom or the native controls come up! I can send you a live link but I don't want to share it publicly so can you please email me? |
@beneklisefski Just emailed you. |
@beneklisefski I fixed your issue in the |
Hi, I have same issue. And I found out that it is connected with version of jquery you have. I test it with v 1.10.2 and 1.8.0 it is different. On 1.10.2 bring native and in second close it and scroll on top, with 1.8.0 not running native... Device iPhone |
@Kibo007 Do you have a public URL that I can look at to see this bug? |
No it is in local development... I have it here in attachment.... Just On Thu, Oct 10, 2013 at 3:14 PM, Greg Franko [email protected]:
*Bojan Dragojeviæ Croatia M +385 98 599 220 T +385 52 224 897 F +385 52 224 897 S kibo_007 www.dragojevich.com // www.collabmate.me https://www.facebook.com/collabmate.me Please think of the environment before you print this message and any |
SelectBoxIt looks pretty much perfect for what i need, and triggering the native mode on mobile devices is a feature I've been looking for for ages.
However for some reason it isn't triggering properly for me on my iPad (iOS5) or iPhone (iOS6). It actually seems to attempt to trigger the native select box options, but then it quickly disappears and shows the desktop styled list of options. I've tried disabling all other plugins on the site, no luck. One thing that's worth noting is I am running jQuery in no conflict mode on this site as it needs to work with Prototype, would that affect it?
Tried forcing native through the options, but still no luck, any ideas? Any help appreciated.
The text was updated successfully, but these errors were encountered: