i can’t share my real site and full code, but i write some code original question
but i notice that my text code isn’t showing because of html error i write code few lines but isn’t showing
i really hate this text editor
anyway i create very simple temp code, and find site which using target="_blank"> tag
i think this is very simple and widely used error,
when i click some link
then url log is showing
but when i click link which has target="_blank" tags
then nothing happen
no log created
(but android is supporting)
i want just want change original html codes to replace target="_blank" to target="_self"( i create this function very badly, )
so remove all _blank in html and i can click html to open url
unfortunately
i know that post, and that doesn’t help me.
i write above that
target="_blank" html tag(in IOS) doesn’t create url changed event
so above post’s “url changed” trigger doesn’t effect
and what i need to is how to solve that
so what i need is, when i load page which has “_blank”
it automatically change to “_self” tag
so it create signal
and i can handle it