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
Copy file name to clipboardExpand all lines: docs/mini-apps/features/Context.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ Context provides three essential data objects that shape your user experience:
22
22
</Card>
23
23
</CardGroup>
24
24
25
+
<Warning>
26
+
**Context is only available within the Base App client, not on the web.**
27
+
If your mini app is accessed via a standard web browser, context data will not be provided. Design your app to gracefully handle the absence of context when running outside the Base App environment.
28
+
</Warning>
29
+
25
30
## Why Context Matters
26
31
27
32
Context enables you to create mini apps that feel native to their social environment and optimize for viral growth:
0 commit comments