Debugging javascript on Android tablets/phones?

前端 未结 7 1793
挽巷
挽巷 2021-01-11 10:06

How do I enable the debug view like I can in Safari on iOS? I simply need to see if a Xoom that I\'m testing a page on is generating javascript errors. I was trying to find

7条回答
  •  爱一瞬间的悲伤
    2021-01-11 10:59

    The best you can do is use console.log() (like firebug), and then install a log viewer on your phone, filter based on browser, and you can see all the console messages. (source)

提交回复
热议问题