Can I make a phone call from HTML on Android?
Yes you can; it works on Android too: tel: phone_number Calls the entered phone number. Valid telephone numbers as defined in the IETF RFC 3966 are accepted. Valid examples include the following: * tel:2125551212 * tel: (212) 555 1212 The Android browser uses the Phone app to handle the “tel” scheme, as defined by RFC … Read more