消防电话Sencha Touch 中按钮的链接
我有一个 ActionSheet,当用户点击列表项时会显示该操作表。 ActionSheet 中有三个按钮 - 一个用于删除联系人,一个用于拨打电话,一个用于关闭 ActionSheet。我的问题是,如何将 的等效项绑定到按钮?
我需要指定“tel:”协议,以便 iOS 和 Android 强制电话应用程序加载此号码?
I have an ActionSheet which is shown when a user taps on a list item. In the ActionSheet are three buttons - one to remove the contact, one to make a call to them and one to dismiss the ActionSheet. My question is, how do I bind the equivalent of a <a href="tel:000000000"></a>
to the button?
I need to specify the 'tel:' protocol so that iOS and Android will force the Phone application to load with this number?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这非常简单,
您所要做的就是更改按钮处理程序中文档的位置(窗口元素):
It's pretty simple,
All you have to do is change the document's location (window element) in the button's handler:
尚未尝试过此操作,但如果 Rubinsh 的方法不起作用,请尝试在按钮的单击处理程序中以编程方式创建它。
参考
Haven't tried this, but if Rubinsh's method doesn't work try creating it programmatically in the button's click handler.
References