TTMSFMXWebBrowser Undeclared identifier: 'ReadOnly

Delphi 10.1 Berlin
TMS Pack for FireMonkey 3.3.1.0

I put a TTMSFMXWebBrowser on a new multi platform app, and can compile and run on windows
If I change to android and compile/build, I get the following error
[DCC Error] FMX.TMSMemo.pas(746): E2003 Undeclared identifier: 'ReadOnly'

The section is this :-
    {$IFDEF DELPHIXE6_LVL}
    function ITextInput.{$IFDEF DELPHIXE8_LVL}ReadOnly{$ELSE}IsReadOnly{$ENDIF} = GetReadOnly;
    {$ENDIF}
    {$IFDEF DELPHIXE8_LVL}

However :-
Delphi 10 Seattle
TMS Pack for FireMonkey 3.3.1.0
compiles/builds for Android OK

I suspect it may have something to do with the tmsdefs.inc (?) but am unclear how to correct it

Hi,



The release of today will fix this issue, or you can temporarily

Remove that line

Same problem in FMX.TMSMemo.

Hi, 


We are currently uploading a new version (v3.3.1.1) that will fix these issues.

The new version has indeed fixed it. Thanks for the great support