Is there any way to pin/unpin the kendo mobile ui drawer? I dont think this is supported as of the moment.
Anyone can point me to right direction on how to achieve this?
Thanks alot.
Related
i'm trying to create a chatbox with domino-ui components, a fixed one in right corner of screen like the chat you can open in the showcase of demo app. Does anyone know a simple way to do that? I'm searching a sort of advice on components to use.
if you are looking for a way to open a panel and implement your own chat dialog you can use sheet modals demonstrated here
sheet modals
you can open a left or right modal with 3 different sizes
I have a grid layout defined in Xaml in Xamarin Forms. I want to achieve a drag and drop functionality like in this example : http://gridstackjs.com/
Can someone please help to achieve this or provide an example ? I am totally stuck with this. Thanks.
I heard that not all controls from Kendo UI are responsive (by design). I tried searching through documentation and I am unable to find any clue. I would like to know if there is really a case as such.
Especially, I would like to know if anyone had any "responsive" problems with "Kendo UI Window"
I am doing a mobile application in kendo UI. When clicking on the item in the listview its redirecting to some page. My requirement is that for long click also it should redirect to some page.
How can i make it possible in mobile using kendo ui?
Thanks in Advance.
Based on this answer from Kendo UI forums (no native OS events), you could look at this question about Long Press just down the road in SO.
Basically start experimenting with JavaScript events and timers.
As far as I know, JQuery Mobile events (taphold) and plugins are not an option as they would be competing with Kendo UI for page control, but you might get some ideas for your implementation.
I'm developing a web app for iOS devices, and want to have a header that stays on the top, and then two scrollable content areas underneath it, kind of like Gmail's iPad interface and the iPad split-view apps. Does anyone know how? I've looked at http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/, which has a good solution to the fixed positioning, but only allows one scrollable content area. Does anyone know how to do this? Thanks in advance!
Never mind, just found Sencha Touch, which lets me do this and much, much more!
Use div scrolling. See Glovebox for example. Try this demo on the iPad.