This worked for me on Chrome for Android.
Add this to the head tags:
<meta name="mobile-web-app-capable" content="yes">
Then in the chrome browser menu, Goto Add to Homepage. This Icon will now open your website up in fullscreen.
Related Contents:
- What browsers support HTML5 WebSocket API?
- Storing Image Data for offline web application (client-side storage database)
- Using form input to access camera and immediately upload photos using web app
- Disable zoom on input focus in Android webpage
- Invoke native date picker from web-app on iOS/Android
- keyCode on android is always 229
- Is it possible to trigger share menu on smartphones (via HTML/JS)?
- Is there a kind of Firebug or JavaScript console debug for Android? [closed]
- How to detect a long touch pressure with javascript for android and iphone?
- HTML5 websockets: max number of open connections?
- Android Keyboard shrinking the viewport and elements using unit vh in CSS
- Why don’t self-closing script elements work?
- Remove CSS class from element with JavaScript (no jQuery) [duplicate]
- HTML5 Local storage vs. Session storage
- What is the meaning of polyfills in HTML5?
- How to show the “Are you sure you want to navigate away from this page?” when changes committed?
- Render HTML to an image
- Stop form refreshing page on submit
- QuotaExceededError: Dom exception 22: An attempt was made to add something to storage that exceeded the quota
- Integrating Dropzone.js into existing HTML form with other fields
- Upload progress indicators for fetch?
- Difference between jQuery’s .hide() and setting CSS to display: none
- Angular.js ng-repeat across multiple tr’s
- contenteditable, set caret at the end of the text (cross-browser)
- JavaScript to scroll long page to DIV
- How can I generate the opposite color according to current color?
- TypeError: p.easing[this.easing] is not a function
- Can I turn off antialiasing on an HTML element?
- Why is deprecated and what is the best alternative?
- adding multiple event listeners to one element
- How can I get all a form’s values that would be submitted without submitting [duplicate]
- jQuery: get data attribute
- Does the tag position in HTML affects performance of the webpage?
- Bootstrap’s tooltip moves table cells to right a bit on hover
- Getting a sticky header to “push up”, like in Instagram’s iPhone app using CSS and jQuery
- How can I hide an element using Twitter Bootstrap and show it using jQuery?
- Expiration of sessionStorage
- HTML5 Drag and Drop – No transparency?
- How to insert HTML before element in JavaScript without jQuery?
- HTML5 / Javascript – DataURL to Blob & Blob to DataURL
- How can I copy rich text contents to the clipboard with JavaScript?
- How to draw a circle in HTML5 Canvas using JavaScript?
- onchange file input change img src and change image color
- How to find the parent element using javascript
- Phonegap Application text and layout too small
- checked = “checked” vs checked = true
- Is it possible to build a torrent client using only HTML(5) and JavaScript?
- How to detect support for the HTML5 “download” attribute?
- Add CSS attributes to element with JavaScript
- Detect programmatic changes on input type text [duplicate]