Skip to content

Commit

Permalink
fix(client/ios): add element-internals polyfill to fix rendering issu…
Browse files Browse the repository at this point in the history
…es on ios < 17 (#2278)
  • Loading branch information
daniellacosse authored Nov 18, 2024
1 parent 17bd4f1 commit ba3cfa0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.2.3",
"electron-updater": "^5.0.5",
"element-internals-polyfill": "^1.3.12",
"fs-extra": "^11.2.0",
"lit": "^2.2.2",
"ShadowsocksConfig": "github:Jigsaw-Code/outline-shadowsocksconfig#v0.2.1",
Expand Down
1 change: 1 addition & 0 deletions client/src/www/ui_components/app-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
limitations under the License.
*/

import 'element-internals-polyfill';
import '@material/web/all.js';
import '@polymer/polymer/polymer-legacy.js';
import '@polymer/polymer/lib/legacy/polymer.dom.js';
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba3cfa0

Please sign in to comment.