element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

remove jquery #3481

Closed hrj closed 4 years ago

hrj commented 4 years ago

Fixes #3381

bmarty commented 4 years ago

Hi @hrj , thanks for the PR. I assume you have tested on MiniVector that markdown parsing is still working fine, even on old devices, I'm not a specialist of Web dev :)

hrj commented 4 years ago

Hi @bmarty

I only tested on Android 9, since I don't have an older device than that. But I did a quick check on compatibility here. It's a well known site among web devs. The only browser that doesn't support this event is Internet Explorer 8 and below.

MDN also says that Android WebView v1+ supports this event.

So I felt it was a safe bet to take.