A
A
Anton Kunakovsky2019-08-04 14:51:31
safari
Anton Kunakovsky, 2019-08-04 14:51:31

How to debug a website for ipad?

What are the options to debug the site code for apple devices? I have a win / linux machine and a smart one on android, on which, if necessary, I debug the code through the inspector. An error has appeared that only appears on devices from apple, forces introduce complications. Is it possible to connect to the inspector under ubuntu ipad (I consider it as an option to purchase a first or second generation boo) or are there other options?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
Evgeny Solomein, 2019-08-04
@qnak

https://www.browserstack.com/

B
BestJS, 2019-08-04
@BestJS

5d46ce3adc63d932642710.png

T
tundramani, 2019-08-04
@tundramani

i do like this:

window.onerror = function(сообщение_ошибки, адрес_ошибки, номер_строки_ошибки)
{
  alert('ERROR: ' + сообщение_ошибки + ' URL: ' + адрес_ошибки + ' LINE: ' + номер_строки_ошибки);
}

A
Alexey Ukolov, 2019-08-05
@alexey-m-ukolov

smart on android, on which, if necessary, I debug the code through the inspector.
Safari has exactly the same inspector for iOS. It's worth using it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question