Having tested an app with a webview containing a html file on a Oreo device, everything works fully. However, when using a Kitkat device (emulator), I am getting the error Possible Unhandled Promise Rejection: "Object function Object() { [native code] } has no method 'entries'".
This was ostensibly due to me having used Object.entries() in the html. Is there any way to work around this? The Browser version on the Kitkat emulator is 4.4.2-4729339 and the emulator is the default emulator on Android Studio.