N
N
Nikolai Chuprik2017-03-22 01:15:58
JavaScript
Nikolai Chuprik, 2017-03-22 01:15:58

Only on a smartphone, and only under UC Browser, the jQuery site does not work at all. What is the reason and how to be?

The site is only on pure jQuery (I connect jquery.min, jquery-ui.min, jquery-mobile.min). On initial load, JS performs responsive layout. Works as it should in all browsers on PCs, tablets, smartphones... Except UC Browser on a smartphone. It enters all the necessary functions of the JS script (checked with alerts), but does not do everything related to jQuery at all. The impression that breaks off on all $(..).

For debugging, I installed the desktop UC Browser ... But, surprise, everything is ok in it!

There are two questions:

1. I debug on a PC stupidly under FF (then I check in other browsers). How to catch errors on a smartphone under UC Browser? What debugging tool to use?

2. What could be the reason?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Aksentiev, 2017-05-13
@choupa

https://jsconsole.com/

A
Alex Bond, 2017-03-22
@AlexBond

Have you tried using an older version of jQ? Perhaps there is no support for the new version.

N
Nikolay Chuprik, 2017-03-22
@choupa

So the version is not 3, but 2
jQuery.min 2.2.4. (not 3 because it's not compatible with jquery-mobile)
jQuery-ui.min 1.12.1
jQuery-mobile.min 1.4.5
jQuery.lazyload.min still available
About the bummer at all $(..) was not absolutely right, because for example, an input to a handler hung via $(document).ready() comes in.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question