Issue with HTML select tag in Chrome Android Browser

Posted in: Newspaper
Post count: 2

Hello there, great theme

I want to ask if someone has trouble working with select tag in forms in this theme, when I use a drop-down list, this works as it should in Desktop and iOS devices but in Chrome Android browser I can’t select the options, these never show. Here you can find an example http://www.gacelacardona.com/test-select/

It has something to do with some scripts in site.js because when I comment around line 160 to 175 the functions (//show the mobile menu only on phone screen and //load fast click only on touch devices, except ipad), the drop-down list works but the menu doesn’t.

Please any help will be appreciated.

Post count: 6600

Hi,

Please try to remove only this part and see if it works http://screencast.com/t/TsRtFpgA3dZ

Thanks

Post count: 2

Hello Lucian, thank you for your help.

I didn’t find the code you mention in site.js and from the screen you sent me it seems to be the theme “Newses” and just so we’re clear I’m referring to the theme “Newspaper”.

What I did was eliminate the code below in site.js but is strange because with that, the drop-down list only works in a PC with the option of Android Chrome browser emulation, on Android devices it still doesn’t work and the mobile menu stopped working as well in the two cases.

if (td_is_iPad === false && td_is_touch_device === true && tds_mobile_swipe == ‘swipe’) {
//load fast click only on touch devices, except ipad
window.addEventListener(‘load’, function () {
FastClick.attach(document.body);
}, false);

}

Post count: 6600

Hi,

We will investigate this issue and we will fix it in the next update.

Thanks for the message

Post count: 3

Hello,

I too am having the exact same issue. I’m using select drop downs in contact form 7; these are not selectable in android chrome browsers (funny that the default and other browsers in android work just fine). I’m using the latest android chrome browser (version 35.0.1916.141 on kitkat 4.4.2)

Cheers

Post count: 6600

Hi,

We have this issue on our todo list and we will fix it in the next theme update.

Thanks for understanding

Post count: 6600

Hi,

Please update your theme to the latest version (4.2) we have fixed this, I have tested this and seems to work fine now.

Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.