Search code examples
cordovajquery-mobilephonegap-pluginsphonegap-buildsliders

How to create the same whatsapp slides in jQuery mobile for a phoneGap application?


I would like to create an app with phonegap and implement this Whatsapp slider. I don't know its actual name. Is it possible to do this in jQuery mobile?


Solution

  • If you need to recreate it precisely, you might think about using Angular and Angular material as the community has already done a good job recreating Android's material design.

    https://material.angularjs.org/latest/demo/tabs

    You can use jQuery mobile to create tabs as @Beat mentioned but you might need to tweak heavily to get the precise effect.