Files
loto-android/capacitor.config.json
T
tiennm99 1ec48634e4 feat(android): make APK installable on BlueStacks and other emulators
- Declare touchscreen/faketouch/screen.portrait/screen.landscape as
  uses-feature required=false so emulators (BlueStacks reports faketouch)
  and Play Store device filters do not exclude the app.
- Drop explicit webContentsDebuggingEnabled override so Capacitor
  auto-enables WebView inspection in debug builds (chrome://inspect over
  ADB) and disables in release.
- Document the install + troubleshoot path in README.
2026-05-10 02:45:26 +07:00

9 lines
129 B
JSON

{
"appId": "com.miti99.loto",
"appName": "Lo To",
"webDir": "loto/build",
"server": {
"androidScheme": "https"
}
}