Delphi 13 with TTMSFNCWXVideoPlayer

Hello all,
I have a application running fine and can be debugged with Delphi 12.3 (Android and Win).
For testing the new Delphi 13 I have installed the newest FNC packages for Delphi 13 and compile my app.
Win32:: running and debug is fine.
Android (Pixel 7/ Android 16): running is file, but debug fails.
The application will be downloaded and started, but than stops working and the IDE, adb.exe process and the deubbuger client hang. Only killing all the process in task manager will work.

I have than build a litte testapp with only one button. Running and debug is fine.
I have added the TTMSFNCWXVideoPlayer and the both jar files to the libraries, no other code. Than the same error as with me orginal application.

I have already installed the October patch.

Are there any ideas?

Thank you
Siegmar Zander

Hi,

Just to confirm while we try to replicate this: You were using the same phone runnig the same software version with both 12.3 and 13, is that correct? Were you up to date on your Android's Chrome/WebView version at the time of testing?

Issues like this are typically related to the JAR files but from your description it looks like you already added the necessary files.

To narrow this down, do you see this behavior with other browser-based controls? TTMSFNCWebBrowser is a good candidate for that as it serves as the base for all WX controls.