-
Notifications
You must be signed in to change notification settings - Fork 470
iOS 14.0 support #366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried to connect to an iPad Pro 11'' 2020 running iPad OS 14 beta 3 today using a Windows 10 machine. I started by following the setup in https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter#getting-started to install everything. I opened https://www.google.com/ on a Safari tab and kept the iPad unlocked. I couldn't get the iPad to be recognized in iTunes and tried all sorts of stuff until I figured out that I had to connect the USB cable directly to the iPad, and could not connect it to the magic keyboard I had the iPad mounted on. After that, iTunes recognized it. Following RemoteDebug/remotedebug-ios-webkit-adapter#181 (comment) I only tried to connect when iTunes was running, but wasn't able to get any tab listed using At this point I tried using Connecting my iPad at this point showed the following debug logs:
I double checked that "Web Inspector" is turned on, and I also turned on the "Remote Automation" option next to it. If I don't have "Remote Automation" turned on, then I imagine it refers to https://webkit.org/blog/9395/webdriver-is-coming-to-safari-in-ios-13/. I also opened http://localhost:9221/ and saw this listing:
The iPad is recognized, but no tabs are available. If I use
I'm not really familiar with how this project functions and this is my first time using it. From the logging it looks like Maybe it would be enough to recognize the message to get iPad OS 14 to work, or maybe that's a red herring and it would still fail to connect regardless. Happy to test things if someone wants me to. cc @artygus since you are a maintainer and added the 👀 reaction to the original post, so I thought you might be interested in the details. |
hi @filipesilva, changes handling _rpc_reportCurrentState message already landed in master branch 253ee30, I didn't prepare new release yet. will do over the weekend |
Oh cool, thanks for letting me know! |
@filipesilva please check out latest build https://github.com/google/ios-webkit-debug-proxy/releases |
@artygus I tried getting the latest build via Scoop, but it says that 1.8.6 is the latest there. Then I downloaded the release from github and just replaced the contents of the 1.8.6 scoop folder with the newer 1.8.8. I can confirm the errors while connecting with I tried with Worth mentioning that I yesterday also updated to iPad OS beta 4. So in summary, it all seems to work for me. Thanks for your hard work @artygus! |
Recently
iOS 14.0
has been launched. When running the proxy, it's always showing empty list of devices? Is there anything we're missing?The text was updated successfully, but these errors were encountered: