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?
Asked
Active
Viewed 575 times
2 Answers
0
Of course you can. What you are looking for is a "tab" layout. jQuery mobile provides a navbar widget for using. You will also find an example with ionic, if you want to take a look there. It is good for beginners, who want to get in touch with angularjs. Both are requiring phonegap/cordova.

Beat
- 4,386
- 2
- 35
- 52
0
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.

Giri
- 565
- 2
- 9