DEV Community

Discussion on: Android Security: Don't leave WebView debugging enabled in production

Collapse
 
tejas619 profile image
Tejas Khairnar

Hey Ashish,

Thanks for the write up. :) Latest chrome does not allow you to load local resources when you 'inspect' the webview with setWebContentsDebuggingEnabled set to true. Do you happen to have any pointers on how to get around it?

Collapse
 
ashishb profile image
Ashish Bhatia

Hi Tejas,

I don't think there is a way to get around it except to uses a rooted device or an emulator.