Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [safari-web-inspector]

The Web Inspector allows you to view the page source, live DOM hierarchy, script debugging, profiling and more!

safari-web-inspector
0 votes
0 answers
28 views

How to make login page of oAuth inspectable with iOS 17 as it is opening in app browser window for our app using angular

I want to inspect/debug in Safari when I am at the login page of oauth that is opening in the app browser window. I am not able to find a way to debug the login page of oAuth with an ios 17.5 app. ...
Shweta aggarwal's user avatar
0 votes
0 answers
40 views

Anonymous stack trace for function expressions in safari browser

I am trying to get stack trace of a error which is thrown inside a function expression using console.trace. Int Safari stacktrace does not have function names and instead just gives anonymous ...
user8245171's user avatar
0 votes
1 answer
41 views

What is the max size of Safari Responsive view

I'm using Safari to check website layout as on different devices. However I'm experiencing there is a max value for width and height which is bellow some iPad screens. I can't seem to set a value ...
munch's user avatar
  • 2,081
0 votes
0 answers
61 views

Performance on iOS WebView, Safari Inspector: What is the "Other" category causing so much jank?

I am doing some performance work on my iOS Cordova app. I have an iPhone 14 Pro, and I'm testing a very basic animation in my app where, from the Settings page of my app, I tap a saved payment method, ...
Alex Matchneer's user avatar
1 vote
0 answers
64 views

How do i find the culprit of "exceeded mem limit" errors on iOS devices visiting a particular web page?

With a physical iPhone attached to the dev tools on my laptop, the memory usage of this web page consistently grows until it reaches the memory limit of the device (in my case, about 1.5GB) The safari ...
alleydustin's user avatar
1 vote
1 answer
346 views

Do Safari's dev tools and profiler timelines affect the performance of a web page?

I have an iOS device that crashes with an "exceeded mem limit" error in the system logs when visiting a particular web page. To help debug, I have connected the device to the Safari dev ...
alleydustin's user avatar
2 votes
0 answers
376 views

Debugging web push on iOS from a Mac using Web Inspector

Web push notifications have come to iOS, great! But they dont work exactly as expected so I would like to debug them. I know how to debug a web app from a Mac using Web Inspector: Enable it on the ...
l1b3rty's user avatar
  • 3,554
2 votes
1 answer
542 views

How to show both the Console and the Elements tab in Safari's Dev Tools?

In Chrome you can drag the Console down to the bottom window and have the Elements above, or vise-versa, so you can quickly look at the console while you also see the style. This helps a lot when you ...
Jacob's user avatar
  • 35
5 votes
1 answer
341 views

How do I debug a buildup in "page" memory in safari dev tools?

I am trying to debug a large memory leak I am seeing in a webview embedded in a unity app. Unfortunately, I am stuck using safari dev tools. In the dev tools I see that my JS heap is staying steady, ...
kat's user avatar
  • 5,905
2 votes
0 answers
189 views

How to see HTML rendered response of AJAX request in Network tab in Safari browser?

I see raw HTML code instead of rendered response as we can see in Chrome and other browsers Here is screenshot of what I see Screenshot I want to see this response rendered as HTML
Ameer Hamza's user avatar
5 votes
0 answers
328 views

Preview HTML in Safari Web Inspector

When I open Web Inspector / Network / Any Request / Preview, I want to see rendered HTML, as Google Chrome does. But Safari shows only raw HTML. Is there any option to makes it render? Thank you! ...
Vittore Gravano's user avatar
0 votes
0 answers
63 views

Find all Files with ".py" extension with Inspect (F12)

I need some help on how to find all files that are coded in Python with Inspect. I tried using "Open File" and typing in ".py," but it seems that Inspect gets all of the file that ...
ApplesAndCode464's user avatar
1 vote
0 answers
432 views

How to use Safari Web Inspector for "Designed for iPad" apps running on Apple Silicon (M1) macOS?

I have an iPad app that uses a WKWebView. When I run it from Xcode in the iOS Simulator or on an iOS device, I can see the webviews show up in the Develop menu in Safari. However, when I run that same ...
Johannes Fahrenkrug's user avatar
1 vote
0 answers
419 views

Is there a JS instruction to open the browser developer tools? [duplicate]

I know about the debugger keyword: it works as a breakpoint if the developer tools are already open. But is there a way to programmatically instruct the web browser to open the developer tools? I've ...
perepm's user avatar
  • 970
2 votes
0 answers
7k views

Can you enable a color picker on safari dev tools?

Is there a way to enable the color picker on safari dev tools web inspector? Or even change the format of the color from RGB? I know you can do both of these on Google Chrome (see second screenshot)
Jo White's user avatar

15 30 50 per page
1
2 3 4 5
12