Environment Pixel 3a Android 12 beta 5 (Build No. SPB5.210812.002) Problem Usually, context menu of WebView can customized by below. Create new subclass of WebView. Override onActionModeStarted() method on the new subclass. Edit menu of Ac…
環境 Pixel 3a Android 12 beta 5 (ビルド番号 SPB5.210812.002) 症状 AndroidでWebKit上のコンテキストメニューをカスタマイズする場合、WebKitクラスを継承したサブクラスを作成し、そこで以下のようにonActionModeStarted()をオーバーライドする。 @Overr…
Environment Windows 10 version 1903 build 18362.900 IE 11.900.18362.0 Chrome 83.0.4103.116 Issue IE11 shows error "Your current security settings do not allow this file to be donwloaded." when download a file. Chrome shows error "Failed - …
環境 Windows 10 version 1903 build 18362.900 IE 11.900.18362.0 Chrome 83.0.4103.116 症状 IE11でファイルをダウンロードすると「現在のセキュリティ設定では、このファイルをダウンロードできません。」というエラーが表示される。 Chromeでファイルを…
Environment Synergy 1.11-stable-55ec3105 Synergy server: Windows 10 version 1903 build 18362.900 Synergy client: macOS 10.14.6 (18G1012) Problem Following problems occurred on macOS with Synergy client. Cursor key and Function key is OK. B…
環境 Synergy 1.11-stable-55ec3105 Synergyサーバ: Windows 10 version 1903 build 18362.900 Synergyクライアント: macOS 10.14.6 (18G1012) 症状 Synergyクライアントを動作させているmacOSで以下の症状が発生する。 マウスは正常に動作する。 カーソルキ…
Summary Do something in the Windows Batch file depend on that some string is exist or not in a file. Batch file We'll find string "sample" in the file sample.txt. @echo off find "sample" sample.txt echo ERRORLEVEL=%ERRORLEVEL% if %ERRORLEV…