Advertisement
wowawebdesign

Reload bei Orientierungswechsel

Jul 20th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.onorientationchange = function() {
  3.     window.location.reload();
  4. }
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement