Please help find a suitable solution for this problem

On Mar 28, 9:31 pm, Anas Jaghoub <anasjagh...@gmail.com> wrote:
> Hi there,
> Hope you are fine, Actually this is my first post here, I searched a
> lot, and tried a lot to find a suitable solution for my problem, but
> unfortunately could not find the answer for my problem.
>
> The problem is:
> I am developing an android application using html, css and javascript.
> my application depends on Phonegap framework.
> The application consists of a quite number of local pages. In the
> application I am trying to handle swipe gesture event on the android
> mobile and move the pages depending on the swipe direction. I.e if the
> user swipes to the left the application must call the previous page,
> then if the user swipes to the right then the application will forward
> the user to the next page.
>
> I can do that using native java for android. but the problem is,
> during the calling for the page I'm doing a slide effect for the
> requested page. but what happens is the current page takes the slide
> effect not the requested page, that is after the slide effect
> finishes, the requested page appears :(
> I am looking for a mechanism for making the effect affects the
> requested local page not the current page. I tried delaying the
> animation duration but it became too much slow, so it became boring
> and btw failed to achieve that.
>
> I hope that you help me in this problem, or suggesting to me any
> approach or mechanism to achieve that effect.
>
> Thanks in advance,
> Anas Jaghoub

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to