Skip to content

Commit

Permalink
Workaround for the scaling/rendering issues on iOS 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Oct 24, 2015
1 parent e2f6492 commit 620f2af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/gameboy.css
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,10 @@ hr {

#screen-console.open
{
transition: left 0.3s ease-in-out;
left: 100%;
/* Unfortunately there seems to be some race in iOS 9 which means that the slide out transition animation sometimes
causes the view to scale inspite of us explicitly asking it not to. We therefore don't bother animating for the
time being. */
display: none;
}

.input-code
Expand Down

0 comments on commit 620f2af

Please sign in to comment.