iOS adjustments
This commit is contained in:
parent
b969be1334
commit
45956915dd
@ -35,6 +35,7 @@
|
|||||||
<icon background="res/android/drawable/ic_launcher_background.xml" density="xxxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxxhdpi/ic_launcher.png" />
|
<icon background="res/android/drawable/ic_launcher_background.xml" density="xxxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxxhdpi/ic_launcher.png" />
|
||||||
</platform>
|
</platform>
|
||||||
<platform name="ios">
|
<platform name="ios">
|
||||||
|
<preference name="StatusBarOverlaysWebView" value="false" />
|
||||||
<allow-intent href="itms:*" />
|
<allow-intent href="itms:*" />
|
||||||
<allow-intent href="itms-apps:*" />
|
<allow-intent href="itms-apps:*" />
|
||||||
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
|
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||||
<title>Loading...</title>
|
<title>Loading...</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="initial-scale=1, width=device-width, height=device-height, viewport-fit=cover">
|
||||||
<link rel="icon" href="assets/images/icons/logo.svg" />
|
<link rel="icon" href="assets/images/icons/logo.svg" />
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
<link rel="stylesheet" href="node_modules/framework7/css/framework7.bundle.min.css" />
|
<link rel="stylesheet" href="node_modules/framework7/css/framework7.bundle.min.css" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user