I'm creating an app in Cordova for Android, and I'm using Chrome DevTools for debugging. But everytime I use inspect element my app crashes without showing any errors.
It won't happen if I just start DevTools and my app, it will only happen when I use inspect element. I don't have much code yet, only an index file that loads all the JavaScript and CSS files and shows some images for my loading page.
There are no errors showing up in my console either.
Chrome Version 57.0.2987.133
Samsung Galaxy Edge 7
Android 7.0
Cordova 6.5.0
UPDATE:
Tested in a newer version of Chrome (58.0.3029.96) and the problem still exists.
UPDATE:
I'm using a real device but the problem also exists when using emulated devices through Android Studio.