LucVH
LucVH

Reputation: 335

html5 fullscreen API for mobile device

Can it?

I've tried and it run OK on PC but none of my mobile device success (ipad, nexus 7, samsung galaxy S3, Kindle fire HD...)

Upvotes: 4

Views: 3298

Answers (1)

Simone
Simone

Reputation: 21292

Browser support for the Full screen API is actually very poor according to http://caniuse.com/#search=fullscreen

If you really need to use the whole screen for your application, you should find an alternative for mobile users.

This Javascript hack may help you: http://mobile.tutsplus.com/tutorials/mobile-web-apps/remove-address-bar/

Upvotes: 4

Related Questions