-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Current webkit version is all the way back from 2019. Many js features are missing, and some important bug fixes. For example this critical bug which is affecting our project: https://stackoverflow.com/questions/57589395/safari-is-parsing-iso-8601-date-time-strings-without-timezone-as-utc-rather-than.
I see that jsc-android released a new version which bumps webkit considerably. I see some breaking changes (such as a higher minSdkVersion) but most importantly only the Intl variant is supported now (apparently webkitgtk remove the flag to conditionally enable Intl). The Intl variant is supposedly bigger in size.
If I will have time, I will try to do this bump myself, but if someone more experienced in this matter would like to help, I would appreciate it.