Search code examples
phpandroidmysqljquery-mobileuislider

page sliding in mobile web aplications with fingers


Is there a way to slide between pages in mobile web applications instead of clicking a button or a link? I did alot search non of the mobile web frameworks have this feature. how is that possible to do it? Or can I coonect to my PHP or my (MYSQL) database directly from an application in Android without (webview)?


Solution

  • Have a look at the jQuery Mobile site (especially the Events section) or its big brother jQuery.

    Additionally, Apache Cordova - formerly known as PhoneGap - may of of help.