Tel link opens about:blank page, not phone app anymore

Since the last update (Brave 1.2.0 Chromium 76.0.3809.111 for Android), the HTML tel links doesn’t work properly.
<a href="tel:0227349463">Call 022-7349463</a>

Before this kind of tel links start a phone call opening the default phone app on my GALAXY S9+ (SM-G965F, Android 9, Not Rooted)
Now it open a new tab about:blank.

Please fix this bug. Thanks in advance and regards.

@samzz,
Just tested this on my own Samsung S9+ – phone numbers seem to launch System phone app as intended. Can you share a link to a page (or search) that contains a tel. link so that I can test exactly what you’re seeing on your end?

My problem appears (since a recent Brave update) if my HTML page include the tag
<base target="_blank">
inside the HEAD tag.

2 Test pages:
http://airfirst.ch/b1/Misco/test1.html (no BASE tag)
http://airfirst.ch/b1/Misco/test2.html (with BASE tag)

To solve my problem, I:

  • removed the BASE tag.
  • added a Javascript loop setting all HTTP links with attribute:
    target="_blank"

Thanks in advance and regards.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.