Skip to content

Cordova Feature Requirements

sam1rm edited this page Sep 7, 2015 · 6 revisions

Each feature must follow the following principles as closely as possible

  • Works on iOS
  • Works on Android
  • Works on the Web ** important **
    • It's okay to have a
      if ($scope.platform.web) {}
      as long as there is an experience for a user who uses the app on the browser
  • Works on Windows/ie [less priority for the time being]
Clone this wiki locally