Advertisement
Guest User

Untitled

a guest
May 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1.  <head>
  2.     <meta name="apple-mobile-web-app-capable" content="yes">
  3.     <meta name="apple-touch-fullscreen" content="yes">
  4.     <meta name="apple-mobile-web-app-status-bar-style" content="black">
  5.  
  6.   <script type”javascript="" text="">
  7.       document.addEventListener(‘DOMContentLoaded’, function(){
  8.          var updateStatusBar = navigator.userAgent.match(/iphone|ipad|ipod/i) && navigator.appVersion.match(/OS (\d)/) && parseInt(navigator.appVersion.match(/OS (\d)/)[1], 10) >= 7 && window.navigator.standalone;
  9.          if (updateStatusBar) {
  10.              document.body.classList.add(‘platform-ios’);
  11.              document.body.classList.add(‘platform-cordova’);
  12.          }
  13.        });
  14.   </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement