Questions tagged [ios-webkit-debug-proxy]

9 questions
7
votes
3 answers

Chrome Devtools console hides all messages from remote device

I'm debugging an IOS iPad running Safari from Chrome Devtools on Linux using ios-webkit-debug-proxy and remotedebug-ios-webkit adapter. It connects, and I can view the DOM etc, but console.log() messages do not show in the console. I can see the…
mp035
  • 964
  • 7
  • 18
4
votes
0 answers

cordova-tools Error processing "launch": Unable to find webview | Ionic 4 - Angular 7 on VS code

i need an help...So my target is debug my ionic apps with visual studio code and breakpoint inside. So my configuration is: Mac OS Mojave iOS 12.3.1 Visual Studio (last update may 2019) Xcode 10.2.1 installed Cordova Tools on Visual Studio Code…
Mr. Developer
  • 3,295
  • 7
  • 43
  • 110
0
votes
0 answers

Azure AD SSO login from Flutter inappwebview gives error while doing it from a managed Device

I have made an inappwebview(Flutter) for Azure AD SSO for SAML login, it works perfectly for Okta but when we use Azure AD for authentication from a managed device it gives a error(53003) which tells the request is coming from an unmanaged Device in…
Darsh Shah
  • 1,526
  • 1
  • 11
  • 20
0
votes
1 answer

iOS WKWebView 's didCommitNavigation never called?

In my test code , I open the http://www.qq.com/ with a WKWebView . And I found that ,there will be 3 delegate methods to be called: webView:(WKWebView *)webView decidePolicyForNavigationAction: webView:(WKWebView *)webView…
0
votes
0 answers

In IOS Simulator i cant able to view the notification is there any setting on simulator to get the notification in notification bar

In ios simulator, I cant able to view the notification is there any setting on a simulator to get the notification in notification bar.i am using the hybrid app.
0
votes
1 answer

Install ios-webkit-debug-proxy on Bitbar real device

I am trying to test an iOS application using appium on a Bitbar real device. I start my test by executing an appium test and after the login I need to switch to WEB_VIEW context to continue testing. I did some research and found that I need to have…
HeXMaN
  • 113
  • 1
  • 11
0
votes
0 answers

iPhone automation using selenium webdriver,java,appium and webkit proxy: Not able to execute more than 1 testcase

I am working on iPhone automation using selenium webdriver, appium & ios webkit debug proxy. Configurations: OS X Version 10.11.2 Appium 1.3.5 Xcode: 7.2 Device: iPhone 6[9.2] I have installed safariLauncher app in iPhone using Xcode. Steps: I…
0
votes
0 answers

Installing ios-webkit-debug-proxy on mac OS X 10.11.13

When I am trying to install ios-webkit-debug-proxy on OSX 10.11.13 using the > command "brew install os-webkit-debug-proxy" --- I am facing following issue "Warning: You are using OS X 10.11 We do not provide support for this pre-release…
Kumar
  • 1
  • 2
0
votes
1 answer

Is it possible to remote debug Chrome on iOS?

I am able to successfully debug Safari on iOS 8.4 using Google's ios-webkit-debug-proxy. But it never sees my Chrome tabs on the iPad. I've also tried using the desktop Chrome browser at chrome://inspect but that also doesn't show it. Is it possible…
Don Rhummy
  • 24,730
  • 42
  • 175
  • 330