How to show the debug screen (application-console) when testing in webview native app

I am testing a game that is being loaded in a webview inside of a native app.

Is there any way to still have/activate the default (builtin) playcanvas application console in the downloaded version of the project? - as i can’t see the console errors and adb logcat is not an option :frowning:

Any ideas?

Thank you so much!

Alex

Hi @alexbudin and welcome,

You can use a library like this to add custom dev tools to your JS/PlayCanvas app, when there are none available:

2 Likes

There’s also vConsole and remote.js that can be useful for getting console outputs.

2 Likes

Thank you so much

Thank you for the help. It was really helpful