0

Is there any way to use iOS PageControl in my JavaScript Hybrid app to be able to swipe it's pages in iPhone, like the way we can change pages in Safari and etc?

Like the screenshot and also what is mentioned in this question

enter image description here

Image is taken from this article

Community
  • 1
  • 1
borna
  • 283
  • 2
  • 16

1 Answers1

0

There is a cordova plugin for native page transitions https://github.com/Telerik-Verified-Plugins/NativePageTransitions

But I'm not sure if it includes the animation you want. If it doesn't include it, then you can fork the plugin and add it yourself or create a new plugin for the pageControl

jcesarmobile
  • 51,328
  • 11
  • 132
  • 176
  • Thanks and sorry for my late reply. The plugin is good, but the problem is that I want to trigger **iOS horizontal swipe gesture which is reserved for back/forth navigation**! I can't use angular swipe. I only want to have it in my Hybrid application which is run in iPhones – borna Apr 27 '15 at 11:56