Meteor-Ionic - hide safari address bar and tab bar -
i've used wonderful meteor-ionic combo app, when view on iphone can still see safari address bar @ top , safari tab-bar @ bottom of screen.
apologies if newbie question, i've been looking solution hours, without luck.
is if possible hide either , both bars?
the possibilities modify safari's ui mobile website quite limited.
you use following meta tag hide bars:
<meta name="viewport" content="......,minimal-ui">
but has been removed in ios 8 version , available ios 7.1.
another tag used:
<meta name="apple-mobile-web-app-capable" content="yes">
but working when user adds website application on homescreen.
i think best solution wrap application in cordova webview using meteor build tools, see there: https://github.com/meteor/meteor/wiki/meteor-cordova-phonegap-integration. thus, won't have ui apart 1 provide in webapp.
Comments
Post a Comment