Fullscreen API Test
Test the Fullscreen API functionality in the LINE Mini App environment
Current Status
API Support
Quick Actions
API Tests
Check Fullscreen API Support
Verify if Fullscreen API is available
Expected behavior: Returns object with API availability status
Request Fullscreen (Document)
Request fullscreen mode for the entire document
Expected behavior: Document enters fullscreen mode
Request Fullscreen with Options
Request fullscreen with navigation UI option
Expected behavior: Enters fullscreen with navigation UI visible
Exit Fullscreen
Exit fullscreen mode programmatically
Expected behavior: Exits fullscreen mode
Get Fullscreen Element
Get the current fullscreen element
Expected behavior: Returns current fullscreen element information
Video Fullscreen
Request fullscreen for a video element
Expected behavior: Video element enters fullscreen mode
DIV Element Fullscreen
Request fullscreen for a DIV element
Expected behavior: DIV element enters fullscreen mode with exit button visible