I have a type of input type that does not work properly (does not slip) if I define IScroll in the same input container.
I added a preventDefaultException exception: {tagName: / ^ (INPUT | TEXTAREA | BUTTON | SELECT | DIV | LABEL) $ /}, but still does not work.
Any idea how to solve?
EDIT : adding eventPassthrough: 'horizontal' enabled it.
Adding eventPassthrough: 'horizontal' resolved it.
Try using
preventDefaultException: {tagName: /.*/}
also comment on css properties
/* -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; */
Source: https://habr.com/ru/post/1543463/More articles:The gsutil cp command copies the entire directory path (on Windows) - error? - google-cloud-storageКак реализовать или использовать WebSocket в perl? - thread-safetyC ++ Constructors and Implicit String Conversion - c ++MSSQL Get maximum value from multiple columns by identifier - sqlVarious nanosecond results between GNU date and Python time module - pythonHow to get QSslCertificate server from QNetworkAccessManager and QNetworkRequest? - c ++Почему две виртуальные машины QNX в Windows 7 не подключаются через QNet? - vmwarehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1543466/verify-facebook-api-access-token-userid-via-php-sdk&usg=ALkJrhgfcYFlpOFEHrFJO0hZPCH7gCp7OQSpring JPA Java data - get the last 10 records from a query - springInteractive admin shell for Apache Kafka - apache-kafkaAll Articles