Problem:
- Bug happens with only iOS Safari browser
- Only have Linux in hand
- Don't want to install virtual MacOS or Xcode (too much hassle and resources)
- Want to know what triggers the issue
<stolent>jsconsole.com is a simple JavaScript command line tool. However, it also provides the ability to bridge across to other browser windows to remotely control and debug that window - be it in another browser or another device altogether.</stolent>
What I tried is exactly instructed from this page: http://jsconsole.com/remote-debugging.html
- Go to jsconsole.com
- Start new session using :listen
- Inject provided script tag into the suspicous page HTML
- Reload the page on iPad
- Checkout logs or add Javascript commands in the listening jsconsole page
Pretty cool huh? Thanks to the jsconsole team for saving my time and helped my laptop fan lives longer.