Symptoms
Android app is showing a blank page but the site works fine on iOS, desktop and mobile browser.
Cause
It is known that Android is more sensitive to SSL Certificates, and whilst it is OK to access the URL above in the browser, it may not be fine in the mobile app.
✅ SSL Certificate needs to be in A+ rating
Here is an example of a screenshot comparing a correct SSL configuration (Right) and an incorrect (Left) through SSL Diagnostic tool.

✅ TLS Certificate Status must be validated/trusted

Solution
Missing intermediate certificate
Install the missing chain certificate(s) on your web server to bridge the gap between your site certificate and the trusted root authority.
TLS Certificate Not Trusted
Ensure the certificate is valid, properly installed, and issued by a trusted authority.
Common solutions include updating your system date, installing missing intermediate certificates, renewing expired certificates, or ensuring the domain name matches the certificate.
How to fix
Server-Side Fixes (For Website Owners)
- Install Intermediate Certificates: Ensure the entire certificate chain (Root CA -> Intermediate CA -> Server Certificate) is installed on the server.
- Verify Domain Match: Confirm the domain name in the certificate exactly matches the URL, including www and non-www versions.
- Renew Expired Certificate: Check the expiration date and renew if necessary.
- Use Trusted CAs: Replace self-signed certificates with those from trusted authorities like Let's Encrypt, DigiCert, or Comodo.
- Check Chain of Trust: Use online tools like SSL Labs to test your site and identify missing links in the certificate chain