Looking forward to some guidance!
6 Answers, 1 is accepted
You posted at the best place as they have more expertise in that field.
So let's see what they will answer...
Also a good tool to report similar issues, instead writing code snippets may be using jsFiddle (like someone did here) it may be easy for you actually
You can refer(add via Manage Resources on the left) Kendo Mobile files with your version from our CDN
Here is an example:
http://cdn.kendostatic.com/2012.1.229/styles/kendo.mobile.all.min.css but replace 2012.1.229 with version you use.
Regards,
the Telerik team
Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Thank you for your reply and the link to the jsfiddle example. If I don't get my current solution to work, that might be an option although I am afraid that the scroller inside the view that he used might give me the same issue as I am experiencing now.
In the mean time I have set up something on a similar site, here is a code snippet that explains the better: http://jsbin.com/eforub/1/edit
How to use:
- Click the first link and scroll to the bottom, then click the ok button to hide the div
- Click the 2nd link, results in a div with no text
- Click the first link again, you will see that the 'Ok' button is in focus, but it shouldn't be. Also it is not possible to scroll to the top of the text.
If anyone is going to try it, I have noticed that Firefox and my mobile app (Phonegap) behaves as described here. Internet Explorer seems to work different.
I got some support from the guys in the kendo team and here is what they came up with: http://jsbin.com/eforub/23/edit
Nikolay Tsenkov
the Telerik team
Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
My apologies, you probably have seen an incomplete answer that I sent to you accidently.
Please, check the updated version of your sample: http://jsbin.com/eforub/23/edit
I hope this is helpful.
Nikolay Tsenkov
the Telerik team
Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Thank you very much, it's working wonderfully now.