問題タブ [autolink]

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.

0 投票する
1 に答える
27 参照

android - Android StudioでautoLink属性を持つTextView内のテキストを編集するには?

私は基本的に、ユーザーが「Call Us」textViewをクリックすると、電話番号が事前に書かれたダイヤラーに移動し、直接通話を開始しないようにしたいと考えています。使用してみましandroid:autoLink="phone"たが、textView のテキストとして呼び出される番号を設定する必要があることがわかりました。textView のテキストを「Call Us」として設定できますが、特定の番号でダイヤラーが開きますか?

親切に助けてください。