~benji/juju-gui/1161000-fix-go-Next-arguments

« back to all changes in this revision

Viewing changes to app/app.js

  • Committer: Jeff Pihach
  • Date: 2013-03-26 16:36:54 UTC
  • mfrom: (446.1.7 lock-zoom)
  • Revision ID: jeff.pihach@canonical.com-20130326163654-9c5qr2yirtnjxmz3
Modifications to enable mobile functionality.

Disabled native user pinch to zoom to lock viewport.
Reduced minimum viewport size for SVG for horizontal 7" mobile
  devices
Added touchstart events to service elements because they do
  not appear to bubble from svg events in Chrome for Android

R=bcsaller, rharding
CC=
https://codereview.appspot.com/7815047

Show diffs side-by-side

added added

removed removed

Lines of Context:
1077
1077
    'model',
1078
1078
    'app-subapp-extension',
1079
1079
    'sub-app',
1080
 
    'subapp-browser']
 
1080
    'subapp-browser',
 
1081
    'event-touch']
1081
1082
});