Built by Harvest

This is Sidetap

Sidetap is a simple framework that allows you to quickly build platform-independent mobile web interfaces.

Sidetap was not optimized for your browser: Though Sidetap works on many devices and browsers, it delivers the best experience to iOS5+, Chrome & Safari. Check them out to get the true Sidetap experience.™

Ugh, another mobile framework?

We built Sidetap to be an easy-to-use implementation of the side navigation pattern popularized by apps like Sparrow and Facebook. It solves many common mobile development problems right out of the box. Here are some of the specific things we like about it:

Lightweight
Sidetap only weighs 2k when minifyied and gzipped!
Device Support
Sidetap aims to always deliver the best possible experience for all devices by starting with a basic experience and progressively enhancing it for more capable devices.
Less Decisions to Make
By embracing convention over configuration, Sidetap lets you start building your mobile interfaces right away.
Simple
Sidetap provides a flexible foundation for navigating between content panels on mobile devices using an easy-to-use syntax.

How to Use Sidetap

  1. Build the HTML Structure

    Sidetap uses a very specific HTML structure which can be found in the skeleton.html file

  2. Instantiate Sidetap

    Create a reference to Sidetap from within your app.

    var my_sidetap = new sidetap();
  3. Call Animations

    Any time you want to show a new section, you just tell Sidetap which content element to animate. Sidetap will take care of clearing the stage using whatever animation is appropriate for the situation.

    my_sidetap.show_section(element, options);

    show_section options:

    • callback: a function to fire when the switch is complete
    • animation: an animation style to use (iOS 5+ only). Current animations are upfrombottom, downfromtop, infromright, infromleft

Dependency

Requires jQuery (only tested with 1.7.2) or Zepto.js.

Development Roadmap

As with any software project, there’s always room for improvement. These are some of the things we’d like to get added to Sidetap in the future.

Where can I get it

On Github, of course.

Credits