Is there a way to enable the JavaScript Error/Debug Console for Safari within Android?

后端 未结 6 1088
栀梦
栀梦 2020-11-29 01:41

I\'m developing a JavaScript application that needs to run on the Google Android Phone OS. Is there a way to enable the JavaScript Error/Debug console within Safari on eith

6条回答
  •  执笔经年
    2020-11-29 01:51

    You can view the log and much more with weinre

    From the Weinre docs

    weinre is a debugger for web pages, like FireBug (for FireFox) and Web Inspector (for WebKit-based browsers), except it's designed to work remotely, and in particular, to allow you debug web pages on a mobile device such as a phone.

提交回复
热议问题