<p><strong>app-UI</strong> is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.</p>
<p>All of app-UI was created using HTML, CSS, & JavaScript. All animations are rendered using CSS3 translate3d, so that they are hardware accelerated (where supported). app-UI works well on iOS, Android and BlackBerry browsers (others not tested), and works well on most desktop browsers as well.</p>
<p>The ViewNavigator component allows you to create mobile experiences with an easily recognizable mobile UI paradigm. You use this to push & pop views from the stack.</p>
<p>The SplitViewNavigator component allows you to create tablet experiences with an easily recognizable mobile UI paradigm. The SplitViewNavigator allows you to have side-by-side content in the landscape orientation, and the sidebar is hidden in portrait orientation.</p>
<p>The SlidingView allows content to slide to the side using a horizontal swipe gesture, revealing a navigation container "underneath". This is very similar to the behavior in Facebook's iPad application.
<p>Samples:</p>
<p>Just swipe horizontally with a finger or the mouse...
<li><ahref="examples/samples/03 - slidingView/02 - view navigators/index.html"target="_blank">Layered ViewNavigators in SlidingView</a></li></a></li>
</ul></p>
<hr/>
<h3>BUGS/FEATURES</h3>
<p>No software is ever bug-free. If you encounter an issue, hvae feedback, or have feature requests, please log them at: <ahref="https://github.com/triceam/app-UI/issues"target="_blank">https://github.com/triceam/app-UI/issues</a>a></p>
<p>-OR-</p>
<p>Fork it, fix it, and send me a pull request. </p>
<p>Please do not just complain.</p>
<hr/>
<h3>REAL WORLD USAGE</h3>
<p>You can see this framework in the following real-world apps:
<p>If you have built your own app using this framework, please let me know! (<ahref="https://twitter.com/#!/andytrice"target="_blank">@andytrice</a> on twitter)</p>
<hr/>
<h3>Dependencies</h3>
<p>The required dependencies are contained within this code repository, with links to the original files/sources. Dependencies include: