We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8267e55 + 57552af commit 6f16d41Copy full SHA for 6f16d41
snippets/appkit/shared/options.mdx
@@ -258,6 +258,17 @@ createAppKit({
258
});
259
```
260
261
+## enableMobileFullScreen
262
+
263
+Render the modal as full height on mobile web browsers. Default is `false`.
264
265
+```ts
266
+createAppKit({
267
+ //...
268
+ enableMobileFullScreen: true,
269
+});
270
+```
271
272
## debug
273
274
Enable or disable debug mode in your AppKit. This is useful if you want to see UI alerts when debugging. Default is `false`.
0 commit comments