html tag's disabled attr not working on ios

html tag's disabled attr not working on ios

$('.target').attr('disabled', 'disabled'),

in my case, I want to disable a button by set it's disabled attribute as above sample code. it's works normally on PC(ie, and chrome), also works on android phone default browser.

but, it's not works on ios phone. Is there anyone who ever encounter such issue?