Skip to content

Commit 6f16d41

Browse files
authored
Merge pull request #676 from reown-com/devin/1761991631-add-enable-mobile-fullscreen-docs
docs: add enableMobileFullScreen option to AppKit documentation
2 parents 8267e55 + 57552af commit 6f16d41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

snippets/appkit/shared/options.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,17 @@ createAppKit({
258258
});
259259
```
260260

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+
261272
## debug
262273

263274
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

Comments
 (0)