Answer the question
In order to leave comments, you need to log in
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
i do like this:
window.onerror = function(сообщение_ошибки, адрес_ошибки, номер_строки_ошибки)
{
alert('ERROR: ' + сообщение_ошибки + ' URL: ' + адрес_ошибки + ' LINE: ' + номер_строки_ошибки);
}
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 questionAsk a Question
731 491 924 answers to any question