Skip to content

Commit

Permalink
testing expanded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 29, 2024
1 parent c13b510 commit 9658737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import './index.css';
// Expand the Telegram Mini App to full screen
WebApp.expand();

WebApp.viewportHeight = window.innerHeight;
WebApp.viewportHeight = 100;
// Initialize the Telegram Mini App SDK
WebApp.ready();
// Enable the closing confirmation
Expand Down

0 comments on commit 9658737

Please sign in to comment.