简体   繁体   English

使用xmpp的android聊天框中的可点击链接

[英]clickable link in chat box in android using xmpp

We are building a chat app using XMPP. 我们正在使用XMPP构建聊天应用程序。 This is an android based application. 这是一个基于Android的应用程序。 Chat is working fine but if I send a link then its not clickable in the chat window. 聊天工作正常,但是如果我发送链接,则该链接在聊天窗口中无法点击。 In android application, I take data from an EditText and then send it using XMPP. 在android应用程序中,我从EditText获取数据,然后使用XMPP发送。

I have searched a lot but did not find any related query. 我已经搜索了很多,但没有找到任何相关查询。 Most of queries are related to making link clickable in TextView. 大多数查询与在TextView中使链接可单击有关。

Appreciate help and any pointers. 感谢帮助和任何指示。

Thanks, Satendra 谢谢,Satendra

通过使用TextView的android:autoLink =“ web”属性解决了该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM