javascriptiosairwatch

How can I debug a web application that is running in iOS via the AirWatch browser?


I have a really "simple" problem. I have an application that is internal to our company. The company uses the AirWatch browser to manager internal web apps, which is fine.

The problem is, I have no idea how to debug or see the Javascript execution in that browser. Is there a defined way to do this? I've spent some time trying to search, but we've come up with nothing.


Solution

  • You can't debug AirWatch browser, only android and iOS apps using chrome and safari, when the device is connected via cable.

    I usually implement a logging system that writes on a local log.txt file, and provide a button in settings to send the log file via mail.