Welcome! AngularGap is a powerful HTML5 native app development framework that helps you build native-feeling mobile apps all with web technologies like HTML, CSS.
AngularGap is focused mainly on the look and feel, and UI interaction of your app. Instead, AngularGap simply fits in well with these projects in order to simplify one big part of your app: the front end.
While you can still use the CSS portion of the framework, you'll miss out on powerful UI interactions, gestures, animations, and other things. In the future we'd like to expand beyond Angular to support other frameworks.
Download the latest official release of AngularGap and get started!
Download v0.9.0 "Alpha Jaguar"
You can also clone it on GitHub to get the bleeding edge release.
AngularGap comes with compiled Javascript and CSS for your app, optional SASS files and JS Framework extensions, along with a great icon pack.
The project structure is organized as follows:
angulargap/css/
- the Css code for the project and any framework extensions (like AngularJS) that we have provided.angulargap/scss/
- the raw SCSS files that can be used to integrate the AngularGap SCSS into your own project. Or you can use the compiled CSS in the dist folder above.angulargap/fonts/
- font files for the AngularGap icon pack.The CSS can stand on its own, but it is also built to be enhanced by the developer. For simplicity you can always just add in your own CSS and override default properties. And for even more power and flexibility, the core is written with SASS and includes easily customized variables and mixins. While the default design is similar to iOS, we feel we’ve left the CSS in a state which can be easily extended to get your own look and feel.
AngularGap is focused on building native/hybrid mobile apps rather than mobile websites.
As such, our browser support tends to be whatever Web View API is available to native apps on a given platform. For AngularGap v0.9.0 "Alpha Fox", that means UIWebView for iOS 6 and 7, and Android 4.1+.
AngularGap is an open source framework released under a permisive MIT license. This means you can use AngularGap in your own personal or commercial projects for free. MIT is the same license used by such popular projects as jQuery and Ruby on Rails.
AngularGap was built to take HTML5 on mobile into the future. We wanted a mobile framework that not only looked and worked great, but was also powerful enough to build the amazing apps the best developers were creating. HTML5's time has arrived. AngularGap is the framework that proves it.