Google マップがあり、マップ上にマーカーを追加しました。アクセシビリティ モードがオンで、Bluetooth キーボードを使用してマップ マーカーに移動すると、Alt+ ⇧Shift+を押すと通知されますEnter ↵</kbd> to activate. However pressing the key combination does not have any action on map. How can i disable map marker to stop announcing this. I have overriden Enter ↵</kbd> key and added my functionality on tap of Enter button. How can i change talkback to announce press Enter ↵</kbd> instead of press Alt+⇧Shift+Enter ↵</kbd> to activate on map marker.
ダブルタップと長押しのAndroidトークバック手順を変更する方法で提供されているソリューションを試しましたが
、デリゲートを追加しましたmapfragment.getView()
が、accessibility.getActionList
常に空白です。
いくつかの助けをいただければ幸いです ありがとう。