-
Notifications
You must be signed in to change notification settings - Fork 130
Left and right swiping, added regret swipe #9
base: master
Are you sure you want to change the base?
Conversation
I tested this out as posted here and got |
Ah okay. Could you try now? I'm having trouble with my Chromebook - it I upgraded ionic to fix the "undefined is not a function" problem. On 29 June 2014 13:12, Cliff Seal [email protected] wrote:
|
Works much better! The only things I noticed currently are:
|
Yeah, I had forgotten to add those functions to the isolate scope. It should work now |
@DaleWebb could you please also update the documentation with the new functionality? Thanx a lot for your contribution, this saved me a LOT of work :D |
also...for me I need to replace all window.rAF() commands with window.requestAnimationFrame() in order to make it work...why is that? |
Are you using the Chrome browser? |
Yes, I am using chrome / ionic beta.9 |
I replaced those calls too with window._rAF(), unless that is what you are referring to? I think the window.rAF() stopped working from v0.9 onwards, so using my branch should work - I've been using v1.0.0. I'll try and update the documentation today, as work has been slow... |
I think window.rAF() stopped working for me on v1.0.0 after Beta.7, I had to use the full command window.requestAnimationFrame() in order to make it work |
Ah okay, this branch contains _rAF(), which works as far as I know |
What I am trying to say is that nor ._rAF() or .rAF() work for me only .requestAnimationFrame(). In any case, if someone else is facing this problem it is good to be documented. :) |
Okay, I've changed that on mine and it appears to still work - so it is now On 16 July 2014 12:52, paishin [email protected] wrote:
|
Hello. I noticed the latest version doesn't include the tap to flip anymore. I am very new to programming, and I was wondering how I can incorporate the swipe card with the tap to flip? |
@elianaxuefeng, this pull request didn't get merged - if you clone this fork |
This has also been updated to use ._rAF()