mirror of
https://github.com/tiennm99/loto-android.git
synced 2026-06-09 00:17:39 +00:00
1ec48634e4
- 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.
9 lines
129 B
JSON
9 lines
129 B
JSON
{
|
|
"appId": "com.miti99.loto",
|
|
"appName": "Lo To",
|
|
"webDir": "loto/build",
|
|
"server": {
|
|
"androidScheme": "https"
|
|
}
|
|
}
|