looks like the solution to the drag event was much more simply than I thought. It can be so easy if one knows the details . Many thanks! btw: it looks like it also works with PR4 now.
Thanks for working on this! This is exactly what I needed. I'm having some trouble, however, with the tool bar buttons. I copied exactly what you have in your app.js (word for word) into my app.js, and although I am able to drag the toolbar back and forth, the toolbar button does not open the side panel. Any ideas?
Thanks for working on this! This is exactly what I needed. I'm having some trouble, however, with the tool bar buttons. I copied exactly what you have in your app.js (word for word) into my app.js, and although I am able to drag the toolbar back and forth, the toolbar button does not open the side panel. Any ideas?
Thanks again!
So the slideButton is being added to the toolbar but the button doesn't work? Can you post a code snippet perhaps? I can't think of a reason off the top of my head why the button wouldn't be firing the toggle function....
Well, it seems to be firing the toggle function correctly (I verified by adding some log statements). There are no errors at all, but the call to draggable.setOffset(offsetX, 0, duration) doesn't seem to be doing anything. I am very new to this, so I'm sure it is a dumb mistake on my part
Well, it seems to be firing the toggle function correctly (I verified by adding some log statements). There are no errors at all, but the call to draggable.setOffset(offsetX, 0, duration) doesn't seem to be doing anything. I am very new to this, so I'm sure it is a dumb mistake on my part
Are you using Beta 3? The behavior of setOffset was changed in the newest version, and as such the slide view now only works with beta 3.
Great work!
That's the replacement to my NavigationView I was looking for.
It still doesn't work on Android 2.3 though. Has anyone managed to solve this problem?