LoginSignup
3
0

More than 5 years have passed since last update.

Electronで-webkit-app-region: dragが効かない場合も焦る必要はありません

Posted at

Electronでアプリケーションをドラッグ可能にするときに下記のようなCSSを追加します。

main.html
<body style="-webkit-app-region: drag">
</body>

開発を進めていてドラッグが効かなくなって、モヤモヤした日々を送っていたのですが、単純にデベロッパーツールを非表示にすればドラッグが効きましたとさ。

ずっとデベロッパーツールを表示していたから気づかなかったんですね。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0