Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to debug PS4 internet browser

We noticed our site is not rendered as expected on PS4 browser, is there a way to debug it or get a console?

I know that the PS4 browser is WebKit based so I wonder is there similar debug tools like chrome or safari have?

like image 954
Guy Korland Avatar asked May 20 '16 22:05

Guy Korland


People also ask

Can you see browser history on PS4?

Press the OPTIONS button, and then select [Browsing History]. 2. Select the page in browsing history you want to open. At most, the latest 100 pages are saved.

How do you unlock Internet Browser on PS4?

Navigate to the content area, which contains a row of large icons used to launch your games, applications, and other services. Scroll to the right until the Internet Browser option is highlighted, accompanied by a www icon and a Start button. Open the browser by tapping the X button on your PS4 controller.


1 Answers

So, I suggest you use a remote console for debugging:

https://jsconsole.com/# - this is a solution for browsers that do not have a debug panel. It can display console.log() and JS errors.

like image 179
Lakremon Avatar answered Sep 21 '22 13:09

Lakremon