You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I simply used a Whatsapp icon with whatsapp api. And the icons got lost. Icons doesn't renders. https://allinoneengclasses.ga/notice.html
See this website's footer. It shows only 1 icons as facebook. But it contain 2 icons.
Even in body near the email icon it also contain a another whatsapp icon.
To Reproduce
I used this to render a whatsapp icons and when click it redirect to a link. <a href="https://api.whatsapp.com/send?phone=91XXXXXXXXXX&text=&source=&data=&app_absent="><i class="fab fa-whatsapp"></i></a>
Describe the bug
I simply used a Whatsapp icon with whatsapp api. And the icons got lost. Icons doesn't renders.
https://allinoneengclasses.ga/notice.html
See this website's
footer
. It shows only 1 icons as facebook. But it contain 2 icons.Even in body near the email icon it also contain a another whatsapp icon.
Now go to homepage https://allinoneengclasses.ga/
The same footer shows 2 icons(i have removed conflicting property.).
To Reproduce
I used this to render a whatsapp icons and when click it redirect to a link.
<a href="https://api.whatsapp.com/send?phone=91XXXXXXXXXX&text=&source=&data=&app_absent="><i class="fab fa-whatsapp"></i></a>
This renders as in Inspect element.
And doesn't show anything.
Direct API calls like above example not work fine.
After replacing with indirect API calls as
<a href="https://wa.me/91XXXXXXXXXX"><i class="fab fa-whatsapp"></i></a>
Works fine,
Expected behavior
The icon used should render in chrome.
It works fine with morzilla
Screenshots
Taking screenshot in incognito to remove any cache.
Version and implementation
Version: In webkit listed as latest
Browser and version: Chrome Version 84.0.4147.89 (Official Build) (64-bit)
Bug report checklist
The text was updated successfully, but these errors were encountered: