You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -133,8 +133,9 @@ Meta / Link | Customize With | Default value
133
133
`og:title` | `ogTitle` | same as options.name
134
134
`og:description` | `ogDescription` | same as options.description
135
135
136
+
By setting `meta.nativeUI` to `true` (Defaults to `false`) `viewport` defaults to `width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, minimal-ui` and `mobileAppIOS` will be enabled if not explicitly set to `false` which is suitable for native looking mobile apps.
136
137
137
-
Please read this resources before setting IOS specific options:
138
+
Please read this resources if you want to enable `mobileAppIOS` option:
0 commit comments