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.
Textbox がフォーカスを取得したときにプロジェクトで phone7 キーボードを無効にする方法はありますか?
呼び出してキーボードからフォーカスを移動することで、キーボードを非表示にすることができます
this.hide();
ただし、これはちらつきを引き起こします。代替手段は、テキストボックスを読み取り専用に設定することです。私はまだこのアプローチを試していません