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.
UIWebViewでキーボードのEnterキーが押されたときにイベントをキャッチするにはどうすればよいですか?
助けてくれてありがとう!
キーボード プレス イベントまたは通知にアクセスできるパブリック API はありません。別の方法を見つけなければなりません。これを行うには、各キーの上に透明なボタンを配置し、それを検出して、下にあるボタンにタッチを渡します。