I wrote up a blog post a while back, but haven't shared it until now. It's a basic demo and proof of concept for making a swipe navigation similar to UINavigationController in iOS 7.
http://philmerrell.com/re-buttons-ar...-sencha-touch/
I wrote up a blog post a while back, but haven't shared it until now. It's a basic demo and proof of concept for making a swipe navigation similar to UINavigationController in iOS 7.
http://philmerrell.com/re-buttons-ar...-sencha-touch/
Cool! Thanks for sharing.
Get more personalized support via a support subscription.
Need more help with your app? Hire Sencha Services services@sencha.com
When posting code, please use BBCode's CODE tags.
Need to include a test case use:
The official Sencha Fiddle
Wow, that is impressive. Looks great.
Hey thanks, I appreciate that.
I'm going to try and post at least once a month, but hopefully more. Thanks for checking it out.
Thank's. Very nice. Please how to to navigate with inside a carousel?
Regards
Hi Ingkat,
I'm not sure I understand what you mean. If you mean to say you want to be able to swipe back multiple views similar to how a Ext.navigation.view works, that is certainly possible.
If you want to incorporate a carousel with a swipe back gesture, that would require a lot more thought. How would you distinguish between a user's desire to navigate the carousel or swipe back to the previous view? That would be the first question to answer.