Skip to content

Commit

Permalink
fix(android): restores DOMRect polyfill for old Chrome support
Browse files Browse the repository at this point in the history
Fixes: #11652
Cherry-pick-of: #13012
  • Loading branch information
Joshua Horton committed Jan 24, 2025
1 parent fe59ccb commit 2e4cb84
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,9 @@ private static void copyAssets(Context context) {
copyAsset(context, KMFilename_KmwCss, "", true);
copyAsset(context, KMFilename_KmwGlobeHintCss, "", true);
copyAsset(context, KMFilename_Osk_Ttf_Font, "", true);

// Needed until our minimum version of Chrome is 61.0+.
copyAsset(context, KMFilename_JSPolyfill2, "", true);

// Copy default keyboard font
copyAsset(context, KMDefault_KeyboardFont, "", true);
Expand Down

0 comments on commit 2e4cb84

Please sign in to comment.