问题标签 [kendo-mobile]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
json - Kendo mobile中的数据绑定
我正在做一个剑道移动应用程序,我正在尝试从数据库中绑定数据以使用 json 调用列出。我尝试使用以下代码,但它不起作用请帮我解决这个问题......提前致谢......
我的代码在这里:
kendo-ui - kendo mobile中的自动完成控制
Telerik Kendo Mobile 有没有办法做到这一点:
http://www.raymondcamden.com/index.cfm/2012/3/27/Example-of-Autocomplete-in-jQuery-Mobile
javascript - 在 Kendo-UI 中下拉刷新,文本重叠显示“释放”和“拉动”标签
下拉刷新有问题。它第一次起作用,但是如果我更改为不同的视图,然后回到原始视图,则Pull to refresh
和Release to refresh
文本似乎被复制并重叠在自身上。我在这里“硬编码”数据源的数据,我不想使用传输 ajax。
我正在尝试手动更新setOptions
pull
方法中的数据,而不是让 Kendo 通过 ajax 更新它。实际的数据更新有效。没有 Javascript 错误,我在 Chrome 和 Firefox 中得到相同的结果。
第一次工作:
移动到另一个视图后,再回到这个视图,然后拉下:
我的视图代码是:
Javascript:
kendo-ui - 有没有办法允许在剑道移动列表视图上进行鼠标滚动?
我注意到,在带有列表视图的移动页面上“滚动”的唯一方法是单击并拖动。
对于在桌面上使用移动网站的人,有没有办法允许使用鼠标滚轮进行正常滚动?
cross-domain - KendoUiMobile+跨域问题
我正在将 KendoUIMobile 中的 ListView 与远程 wcf 服务绑定。我知道为了进行跨域访问,我们需要使用 jsonp。但是我尝试了以下代码,但它不起作用。请让我知道我错在哪里。
index.html(我在 Visual Studio 中尝试过):-
我的 WCF 服务:- Service1.svc.cs:-
IService1.cs:-
Service1.svc:-(查看标记代码)
web.config:-
这是我服务的结果:-
谢谢。
javascript - Updating a listview in Kendo UI Mobile from a remote databse
I am building an cross platform mobile app using Icenium in a very short period of time and as such I am trying to learn HTML5 and CSS in a very short period of time. I am using the Kendo UI Mobile framework to build the app and I need to link a load a list of events from a remote database and have that database populate a listview in the app.
The database can be anything as I have open access to the server and can put what ever I want on it. I literally don't know where to begin though, any help would be very good. ATM I was looking at a mySQL database as it was the easiest and most secure to maintain.
Any ideas / experience in this matter?
css - 在 icenium 中覆盖默认的 kendo-ui 样式
我的目标是在 Icenium 中设计一个 kendo-ui 移动应用程序,使其在使用的每台设备上看起来都一样。当前目标包括Android和IOS。
我的样式表是 head 部分的最后一个链接,以确保它覆盖应用程序中的任何其他样式。不过,这并没有帮助,因为 Telerik 的特异性噩梦让我跳了无数圈,却几乎没有取得任何成就。
我束手无策-我已按照http://www.icenium.com/mobile-app-platform/videos-demos/video/kendo-ui-mobile-and-icenium上的教程进行操作,到目前为止,已经能够覆盖很少的样式。
例如:
根据 Telerik 的教程,应该是我需要覆盖默认 ios 标题栏的所有内容。但是,它摆脱了背景图像,但给我留下了背景颜色,它不允许我覆盖(它也不允许我改变文本颜色)。换句话说:
我的按钮类也有同样的问题:
并带有输入:
有一次,我什至注释掉了整个剑道默认样式表,当我在虚拟机中运行应用程序时,仍然获得剑道默认样式。
如何覆盖 kendo-ui-mobile 默认设置并设置应用程序的样式我希望它看起来如何(在每个设备上都相同),而不是 Telerik 认为它应该看起来如何(更接近原生 ui)?
kendo-mobile - Kendo Mobile UI 手风琴
大家好,我想在 kendo mobile 中实现类似手风琴的功能,但我没有得到任何解决方案,因为它不提供手风琴。通过提供任何其他选择来帮助我。我的开放 div 中的数据是动态的(当我们单击任何选项行时打开的部分)
javascript - KendoMobile 防止点击冒泡
我正在尝试做这样的事情。
我试过的代码:
我尝试了 jquery stopPropagation、preventDefault 等。但它在这里不起作用,因为 Kendo 在这里做一些我无法控制以防止默认的事情。
任何人都可以提出一种方法吗?
ios - 如何使用类似于 iOS 中的 UIWebView 的 Keno Mobile 在应用程序内打开 url
我想打开一个通过 Cordova / Phone Gap 部署时不退出应用程序的 url。
我想做类似的事情,保留应用程序的顶部导航栏,但没有地址栏。当我当前访问一个 url 时,它将在应用程序中打开整个屏幕,没有后退/前进按钮或任何导航栏或标签栏导航。