Hello! This post should help https://getsatisfaction.com/apperyio/...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello! This post should help https://getsatisfaction.com/apperyio/...
This post allows you to apply div tags , but i dont want that i want to apply appery tools to that particular swiped left page....i have a button on whose click i want the page to appear....
is it possible to add the components on a different page and on the click on page1 i want that page to swipe left...pls help me
Hi Ashok,
You can try adding Swipe handler on the whole page.
thats fine but now i have implemented it all into a html panel....now i am not able to access the components... i want accesibility to the components suppose an button is put in the panel i want perform an alert on that button cud u pls help me
Ashok,
Then you should use this code:pre$("selector").on("swipeleft", myfun);/preWhere 'selectror' is a component selector,
'myfun' is a handler function.