Sha256: 1d23efdfb7cb973deeb100b356f51c05c0094a3e357b382b582c96486e3ceac6
Contents?: true
Size: 477 Bytes
Versions: 58
Compression:
Stored size: 477 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('iphone platform'), pageflow.browser.agent.matchesFacebookInAppBrowser()); });
Version data entries
58 entries across 58 versions & 1 rubygems