Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function onDeviceReady() {
  2. if (parseFloat(window.device.version) >= 7.0) {
  3. document.body.style.marginTop = "20px";
  4. // OR do whatever layout you need here, to expand a navigation bar etc
  5. }
  6. navigator.splashscreen.hide();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement