1

I am trying to create a mobile application. I would just like to ask how to create tabs in Phonegap. Like the fixed navigation bar at the bottom. If there are no solution, how to create a fixed/header footer and maintain it in all pages? Thank you.

  • are you using phonegap or ionic ? – Hiten Apr 05 '17 at 04:50
  • I chose to use Phonegap because for me, it's simpler. Ionic uses Angular and typescript which I am not familiar with so I chose to stick with Phonegap –  Apr 05 '17 at 04:51

1 Answers1

1

If you plan to scroll the area above the footer, iScroll is worth looking at:

https://cubiq.org/iscroll

And this is the example of sample application in Phonegap with tabs in footer.

https://code.tutsplus.com/tutorials/phonegap-from-scratch-app-template--mobile-9373

Hiten
  • 724
  • 1
  • 8
  • 23