-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
Description
Hiya,
Sorry might be noobish question but In mobile view and on tablet i am unable to enter full screen mode {like when i push up it hides the tabs and url bar on android}. Is that a Fullpage.js option i can change?
Currently i am using Fullpage like this for sections -
And my options look like -
new fullpage('#fullpage', {
//options
scrollBar: true,
autoScrolling: true,
scrollingSpeed: 1500,
navigation: false,
anchors: [
'home',
'aboutus',
'services',
'residential',
'commercial',
'gallery',
'contact',
],
controlArrows: false,
slidesNavigation: true,
})
Many thanks,
Will