hi Guys,
Just got around to installing into XE7 and found a small issue...
The following link needs to be wrapped in {$IFDEF} commands in order to compile/install under the Win32 platform.
UIWebView.pas (line 118)
{$IFDEF IOS}
property WebView: UIWebView read FUIWebView;
{$ENDIF}
Kind regards,
Graham
I'm sorry, but I cannot reproduce this because I don't see that line.
Hi Graham,
I think you are using old version.
Regards