Tooltips for mobile browsers

后端 未结 9 1963
后悔当初
后悔当初 2020-12-07 13:16

I currently set the title attribute of some HTML if I want to provide more information:

An

9条回答
  •  伪装坚强ぢ
    2020-12-07 13:59

    The title attribute is not supported in any mobile browsers **in a way that it would show the tooltip the same as to desktop mouse users** *(the attribute itself is ofcourse supported in the markup)*.
    It's only basically for desktop users with a mouse, keyboard only users can't use it either, or screenreaders.

    You can achieve almost similar with javascript as you said.

提交回复
热议问题