TMSFMXWebBrowser mobile zoom buttons

hello

how can i disable TMSFMXWebBrowser mobile zoom buttons?
thank you

Hi, 


You can disable the buttons with the following code (access to the native browser and JNI wrapping).

uses
  AndroidApi.JNI.Embarcadero

var
  web: JWebBrowser;
begin
  web := TJWebBrowser.Wrap(TMSFMXWebBrowser1.NativeBrowser);
  web.getSettings.setBuiltInZoomControls(False);

Kind Regards, 
Pieter
1. after the update 3.0, this code is not working for me.
2. is it possible for ios?

thank you
  1. We did not change anything in this area.
    2. We'll need to investigate. It is non-trivial.