Hello Rihan,
Using the DOM/jQuery click event is not recommended in mobile application. Instead please consider working with the build-in click event of the corresponding widgets. In your particular case I recommend you to initialize a button widget:
What is the order that Javascript elements needs to run in?
- Initialize the mobile application (not in document ready event).
- Bind the View through the model property (data-model)
Also in case you want to cancel the show action of View you may use the
beforeShow event. Alternatively you may set the initial mobile View to display in
this way.
Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!