A
A
Alexey Povolnov2017-02-09 14:58:00
JavaScript
Alexey Povolnov, 2017-02-09 14:58:00

Jquery and ios, problems?

Hi all.
On android everything works fine, I tested it on different devices.
I checked on IOS, everywhere in different ways, it happens that nothing works at all.

So, what did I miss, do I need to write on IOS in my own way?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
WebDev, 2017-02-09
@kirill-93

If we are talking about clicks, then on IOS the element, the click on which needs to be tracked, must have the cursor:pointer property. There are no other special features.

X
xmoonlight, 2017-02-09
@xmoonlight

Under iOS, you need to write natively in JS and rely on events.
This is a specific system: jquery libs may or may not work.

at the time of the swipe, I use one function that simply returns the percentage of the number, nothing more.
so if you remove it, then everything works on IOS, how to solve it?
It is clear that the function does something else.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question