Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロパティ autoLink を web に設定した TextView を使用して、android でこの動作を実現します。
<TextView android:autoLink="ウェブ" ... />
NSでそれを行う方法は?
クリック可能なリンクが必要な場合は、TextView の代わりに HtmlView を使用できます。問題は、クリックの代わりに、長押しを使用する必要があることです。