mehrvarz / webcall-android

WebCall for Android - Web-Telephony P2P Messaging File-Exchange E2E-Encryption No-SIM
GNU General Public License v3.0
130 stars 14 forks source link

Incorrectly reports latest WebView as too old #24

Open SkewedZeppelin opened 1 year ago

SkewedZeppelin commented 1 year ago

https://github.com/mehrvarz/webcall-android/blob/1a485a0281aee77e4e1a3f00e4d53003b4345c00/src/main/assets/webcall.js#L42-L47

Latest WebView 115.0.5790.85 ends up labeled "TOO OLD"

likely because of plain string comparison, vs splitting out major version and converting to int

HjQq

mehrvarz commented 1 year ago

This will be resolved with the next release. Thank you!