An open API service indexing awesome lists of open source software.

https://github.com/mirmashhouri/fullscreen

A React component that optimizes fullscreen behavior across mobile browsers (Safari, Chrome, etc.) by hiding the phone status bar and displaying a "swipe up" prompt when the user needs to scroll further. It automatically adapts to both portrait and landscape orientations and ensures a seamless fullscreen experience.
https://github.com/mirmashhouri/fullscreen

fullscreen fullscreen-api fullscreen-chrome fullscreen-iframe fullscreen-mode fullscreen-safari fullscreen-webview maximize-screen react-fullscreen

Last synced: 10 days ago
JSON representation

A React component that optimizes fullscreen behavior across mobile browsers (Safari, Chrome, etc.) by hiding the phone status bar and displaying a "swipe up" prompt when the user needs to scroll further. It automatically adapts to both portrait and landscape orientations and ensures a seamless fullscreen experience.

Awesome Lists containing this project

README

          

# Fullscreen Swipe-Up Component

A React-based fullscreen component designed to ensure a seamless fullscreen experience across all major browsers, including Safari and Chrome. It hides the phone status bar and provides a "swipe up" prompt when the user needs to scroll further.

## Features

- **Fullscreen Optimization**: Resolves fullscreen issues in mobile browsers by dynamically adjusting dimensions and hiding the phone status bar.
- **Responsive Design**: Automatically adapts to portrait and landscape orientations.
- **"Swipe Up" Prompt**: Guides users to swipe up when below the threshold height.
- **Cross-Browser Compatibility**: Works flawlessly on modern browsers, including Safari, Chrome, and Edge.