Android: WebView内の<video>でフルスクリーンが動作しない

環境 Android 11 Android System WebVIew 109.0.5414.117 症状 WebViewで表示しているHTML内の<video>のフルスクリーンボタンを押した時に以下の症状が発生する。 フルスクリーンにならない。動画はそのまま再生されている。 動画の表示領域の外側のタップが反応し</video>…

シミュレータ用のビルド時に"The linked library 'xxx' is missing one or more architectures required by this target: arm64."エラー

環境 macOS 11.6 (20G165) Xcode 13.0 (13A233) 症状 シミュレータ用にアプリをビルドすると以下のエラーが表示され、アプリが使用しているライブラリでシミュレータでは不要なはずのarm64バイナリを要求される。 The linked library 'xxx' is missing one o…

'"xxx" Needs to Be Updated: The developer of this app needs to update it to work with this version of iOS' error on iOS 15

iOS

Problem When you install the app from IPA file, it cannot run on iOS 15 with following error. "xxx" Needs to Be Updated The developer of this app needs to update it to work with this version of iOS Solution It's cause of old version of cod…

iOS 15でアプリを起動すると「"xxx"はアップデートの必要があります」というメッセージが表示されて起動できない

iOS

症状 iOS 15でアプリを起動すると、以下のようなエラーメッセージが表示されてアプリを起動できない。 "xxx"はアップデートの必要があります AppをこのバージョンのiOSで動作させるには、デベロッパによるアップデートが必要です。 原因 macOS 10.15以下の環…

Context menu (Action Mode) of WebView cannot customized on Android 12

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…

Android 12でWebKit上のコンテキストメニュー(Action Mode)の変更が反映されない

環境 Pixel 3a Android 12 beta 5 (ビルド番号 SPB5.210812.002) 症状 AndroidでWebKit上のコンテキストメニューをカスタマイズする場合、WebKitクラスを継承したサブクラスを作成し、そこで以下のようにonActionModeStarted()をオーバーライドする。 @Overr…

Download file is blocked on IE11 and Chrome

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 - …