-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from webxdc/adb/support-old-browsers
add support for old browsers (android 5 and iOS 11)
- Loading branch information
Showing
7 changed files
with
1,540 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ChromeAndroid >=37 | ||
iOS >=11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "vite build", | ||
"dev-mini": "vite --port 3000", | ||
"dev": "concurrently \"pnpm dev-mini\" \"webxdc-dev run http://localhost:3000\"", | ||
"dev": "concurrently \"npm run dev-mini\" \"webxdc-dev run http://localhost:3000\"", | ||
"format": "prettier --write .", | ||
"format:check": "prettier --check .", | ||
"test": "vitest" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-legacy": "^4.0.2", | ||
"concurrently": "^8.1.0", | ||
"eruda": "^3.0.0", | ||
"jsdom": "^22.1.0", | ||
|
Oops, something went wrong.