Please correct me if I'm wrong but afaik UI5 controls in mobile devices aren't supposed display the dotted outline at all (such as in sap.m.Button, .CheckBox, etc..) since there is no keyboard navigation.
However, there are controls that do show the outline in mobile regardless:
What are the criteria for displaying / hiding the outline in mobile? I believe showing outline in input-based controls is by design. But then, shouldn't SearchField also display the outline too when the user touches it?
What is the expected result?
Improved consistency according to specification.
What happens instead?
Inconsistency, confusing communication; mobile users don't know what to expect when touching a focusable control.
Any other information? (attach screenshot if possible)
E.g. in Chrome's device mode:

Please correct me if I'm wrong but afaik UI5 controls in mobile devices aren't supposed display the dotted
outlineat all (such as insap.m.Button,.CheckBox, etc..) since there is no keyboard navigation.However, there are controls that do show the
outlinein mobile regardless:sap.m.RadioButtonsap.ui.core.Icon(touch the stethoscope icon)sap.m.Selectand.ComboBox, but the same doesn't apply to.MultiComboBox.sap.m.StepInputand.MaskInput... But.SearchFielddoesn't.sap.m.Breadcrumbsshows browser's native outline whereas.Linkworks as intended (no outline).sap.ui.unified.Menuitemssap.tnt.NavigationListitemssap.ui.core.Iconhaving the same problem?)sap.ui.layout.ResponsiveSplitterWhat are the criteria for displaying / hiding the outline in mobile? I believe showing outline in input-based controls is by design. But then, shouldn't
SearchFieldalso display the outline too when the user touches it?What is the expected result?
Improved consistency according to specification.
What happens instead?
Inconsistency, confusing communication; mobile users don't know what to expect when touching a focusable control.
Any other information? (attach screenshot if possible)
E.g. in Chrome's device mode: