Navigation überspringen

[Gelöst] Chosen for wordpress plugin not working on android and iPhone

This support ticket is created vor 11 Monaten, 3 Wochen. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Minesh vor 11 Monaten, 3 Wochen.

Assistiert von: Minesh.

Author
Artikel
#2676684

Hi I have the following:

<label for="wpv-english-name">English Name<br/><span style="font-size: 0.8rem">Click, start typing name, or scroll to plant</span></label>
<select id="eng-name" class="chosen-select" required onchange="window.location.href=this.value" name="wpv-english-name">
<option value="" disabled selected hidden>Select plant from list</option><br/>
[xyz-ihs snippet="select-options-english-name"]
</select>
and js:
jQuery(document).ready(function($){
$(".chosen-select").chosen({
search_contains: false,
enable_split_word_search: false
});
$('#bot-name').css("max-height","50px");
$(".chosen-datalist").chosen({
search_contains: false,
enable_split_word_search: false
});
$('#bot-list').css("max-height","50px");
});
I'm using the "Chosen for wordPress" plugin which gives me a pretty select dropdown with autocomplete search and this works fine on desk/laptop. Problem is the plugin (Chosen for wordpress) does not work on Android or iPhone mobile devices.
Can you suggest a workaround or alternative plugin that is mobile friendly.
Any help much appreciated
Thanks

#2676686

BTW the top of toolset.com pages are blank. So your presented with a blank screen and need to scroll down to see any content

#2676768

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

In this case - you should check with the plugin author as its not on us.

However - I found the following links that might help you:
- https://stackoverflow.com/questions/22016578/chosen-plugin-doesnt-seem-to-work-on-mobile-browsers
- versteckter Link
- versteckter Link

#2677466

thanks