mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-28 06:54:42 +08:00
feat(play): adjust video controls for device type and enhance loading state management
This commit is contained in:
7
app.json
7
app.json
@@ -63,6 +63,7 @@
|
||||
"android.permission.ACCESS_NETWORK_STATE",
|
||||
"android.permission.WAKE_LOCK"
|
||||
],
|
||||
"screenOrientation": "unspecified",
|
||||
"intentFilters": [
|
||||
{
|
||||
"action": "VIEW",
|
||||
@@ -82,6 +83,12 @@
|
||||
"bundleIdentifier": "com.oriontv",
|
||||
"supportsTablet": true,
|
||||
"requireFullScreen": false,
|
||||
"supportedInterfaceOrientations": [
|
||||
"UIInterfaceOrientationPortrait",
|
||||
"UIInterfaceOrientationLandscapeLeft",
|
||||
"UIInterfaceOrientationLandscapeRight",
|
||||
"UIInterfaceOrientationPortraitUpsideDown"
|
||||
],
|
||||
"config": {
|
||||
"usesNonExemptEncryption": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user