Add epub reader setting to keep screen awake #1207

-----------

Co-authored-by: ISO-B <3048685+ISO-B@users.noreply.github.com>
This commit is contained in:
advplyr
2025-01-18 10:38:24 -06:00
co-authored by ISO-B
parent c8d9887070
commit 5d67c71791
8 changed files with 64 additions and 16 deletions
+3 -1
View File
@@ -10,10 +10,12 @@
"sync": "nuxt generate && npx cap sync",
"icons-android": "cordova-res android --skip-config --copy",
"ionic:build": "npm run build",
"ionic:serve": "npm run start"
"ionic:serve": "npm run dev",
"devlive": "ionic cap run -l --external --port=1337"
},
"dependencies": {
"@byteowls/capacitor-filesharer": "^6.0.0",
"@capacitor-community/keep-awake": "^5.0.1",
"@capacitor-community/volume-buttons": "^6.0.1",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",