Debug ipad safari with a PC

后端 未结 8 838
挽巷
挽巷 2020-11-28 01:34

I want to test my website on Safari on my ipad. I only have another PC. Is there a way for me to do remote debugging like ADB with mobile Chrome? I searched on StackOverflow

相关标签:
8条回答
  • 2020-11-28 02:21

    I use PrePros for CSS preprocessing and it has a built in server for mobile debugging and web inspector. But this is only good for local sites even still...

    0 讨论(0)
  • 2020-11-28 02:28

    October 2019

    AFAIK, For recent IOS versions there is no overall solution for debugging IOS from a PC.

    You can however use one of the following solutions:

    1. Display console messages in the browser itself. As described here and in Sinisa's answer.
    2. The "remotedebug-ios-webkit-adapter" doesn't work for debugging IOS 12+. It requires extra steps for IOS 11, and works for IOS 10 and perhaps older versions as well.
    0 讨论(0)
提交回复
热议问题