Page 2 of 2

Re: problem view submenu in IOS

PostPosted: 29 Jun 2018 19:31
by hsbelli72
hi, i do all this you say and with new version of .js files dont show submenus (android/ios). with old .js files dont show submenus (IOS)

regards

Re: problem view submenu in IOS

PostPosted: 02 Jul 2018 16:41
by Alexander Bulei
Hi hsbelli72,

Do you have the meta viewport on your form? Its necessary for correct work in mobile.

delphi code
<meta name="viewport" content="width=device-width, initial-scale=1">


Best Regards.

Re: problem view submenu in IOS

PostPosted: 02 Jul 2018 20:42
by hsbelli72
Alexander Bulei wrote:Hi hsbelli72,

Do you have the meta viewport on your form? Its necessary for correct work in mobile.

delphi code
<meta name="viewport" content="width=device-width, initial-scale=1">


Best Regards.


hi, i need put this meta in ExtraHeader property of form?

regards

Re: problem view submenu in IOS

PostPosted: 03 Jul 2018 09:06
by Alexander Bulei
Hi hsbelli72,

hi, i need put this meta in ExtraHeader property of form?


yes.

Best Regards.