When loading a WebPage on 2026R1.1 on a mobile device the Webtoolbar is showing behind any controls that are within the are covered by the Webtoolbar.
Has anyone else seen this behaviour or is this a me thing?
I Thought this could fix it but no go:
Me.Style.Value("position") = "fixed"
Me.Style.Value("top") = "0"
Me.Style.Value("z-index") = "9999"
