Add Tizen 5.5 Polyfills, implement dpad navigation with specified components

This commit is contained in:
Aleksi Lassila
2024-01-24 01:00:12 +02:00
parent fd1a87a2fe
commit 14eae0fa9b
16 changed files with 322 additions and 147 deletions

View File

@@ -55,5 +55,15 @@
"typescript": "^5.2.2",
"vite": "^4.5.1",
"vite-plugin-singlefile": "^0.13.5"
},
"browserslist": {
"production": [
"supports es6-module"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}