i have an simple Form where the Edits dont seem to get an Focus on iOS
rma.tcsapps.de/
has someone an idea why ?
i have an simple Form where the Edits dont seem to get an Focus on iOS
rma.tcsapps.de/
has someone an idea why ?
Hi,
In your app, change init code of Carousel control (which hosts form inside) from
.attachCarousel();
to
.attachCarousel({ touch_scroll:false });
that works, bis thanks