L
L
lightalex2015-01-01 18:52:36
JavaScript
lightalex, 2015-01-01 18:52:36

How to find out what was displayed in the console using js in a browser on IOS?

There is a code for a very complex js plugin that prints all the information to the console
It does not work with IOS
I want to catch an error
Who knows how to look into the console of any IOS browser?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
4
4ikist, 2015-01-01
@lightalex

Connect via cable to Safari Desktop or Chrome Desktop

K
kapuletti, 2015-01-01
@kapuletti

If there is a Mac OS, then we launch the Xcode empty project and launch the iPhone emulator, at the same time open Safari and select the Xcode window from the Developer menu. We do some actions in the emulator and the entire log is visible in the Safari console.
If there is no Mac OS, then you can try to install it through a virtual machine.

D
Dima Pautov, 2015-01-01
@bootd

alert();
No console in mobile browsers

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question