alinz / react-native-webview-bridge

React Native Webview with Javascript Bridge
MIT License
1.37k stars 493 forks source link

Question about Browser Version #296

Open davidrenne opened 5 years ago

davidrenne commented 5 years ago

I am trying to figure out on my android tablet's webview bridge browser which we have an application which uses this library.

Basically my android device I have downloaded the latest chrome as an apk and installed it and I am on version 75, but when the webview bridge runs, I am on this old version. Version 44.

I tried setting my default web browser to that chrome version and it still doesnt pick it up. So I am curious how this bridge or how android can be updated so that the webview bridge picks up a newer version of chrome.

Thanks for answering any details about this question!