Sha256: 0b53d87d77b98c901e082d9b3c87c2e1384378c4f53744cc00b7c06287ed480c
Contents?: true
Size: 514 Bytes
Versions: 5
Compression:
Stored size: 514 Bytes
Contents
// Facebook app displays a toolbar at the bottom of the screen on iOS // phone which hides parts of the browser viewport. Normally this is // hidden once the user scrolls, but since there is no native // scrolling in Pageflow, the bar stays and hides page elements like // the slim player controls. pageflow.browser.feature('facebook toolbar', function(has) { return has.all(has('ios platform'), has('phone platform'), pageflow.browser.agent.matchesFacebookInAppBrowser()); });
Version data entries
5 entries across 5 versions & 1 rubygems