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.
PopupWindow を拡張するクラスを作成しました。ポップアップがキャンセルされないようにする/キャンセルできないようにする方法はありますか (ダイアログのように)?
これを試して:
window.setTouchable(true); window.setFocusable(false); window.setOutsideTouchable(false);