Skip to content

Commit

Permalink
Merge pull request #13 from surfacelevel/improve_tablet_experience
Browse files Browse the repository at this point in the history
Adds mobile-web-app-capable meta tag. Enables fullscreen for mobile
  • Loading branch information
Vitalii Parfonov committed Aug 10, 2015
2 parents 21365fd + db33f08 commit ed9b477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assembly-sdk-war/src/main/webapp/IDE.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="mobile-web-app-capable" content="yes">
<title>Codenvy Developer Environment</title>
<link rel="shortcut icon" href="/che/_app/favicon.ico"/>
<link href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css" />
Expand Down

0 comments on commit ed9b477

Please sign in to comment.