- Status: Fixed
- Priority: Major
- Resolution: Fixed
- Platform: iOS
- Affects version: 1.18.8.1
The OpenURL method doesn't work on devices running iOS 18.3.1, I'm just calling Application.OpenURL(); and absolutely nothing happens...
Delphi 12.2
iOS SDK 18.1
I tested with other urls too, but nothing happened.
procedure TframeMais.btnPoliticaTap(Sender: TObject);
begin
inherited;
Application.OpenURL('https://multsoftautomacao.com.br/politica/mobile/');
end;
Fix version: 1.18.9.0
Recommended Comments
Create an account or sign in to comment