Mailto links do nothing in Chrome but work in Firefox?

后端 未结 17 696
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 08:13

It seems like the mailto links we\'re embedding in our website fail to do anything in Chrome, though they work in Firefox.

Simple example here: http://j

17条回答
  •  萌比男神i
    2020-12-02 08:39

    Another solution is to implement your own custom popup/form/user control that will be universally interpreted across all browsers.

    Granted this will not leverage the "mailto" out of the box capabilities. It all depends on what availability adherence you are working against. Unfortunately for myself - the mailto needed to be available to everyone by default without "inconveniencing the client".

    Your decision ultimately.

提交回复
热议问题