Jump to content
Yaroslav Brovin
Message added by Yaroslav Brovin,

Please be aware that these comments were copied here from another source and that the date and time shown for each comment may not be accurate.

  • 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

User Feedback

Recommended Comments

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.