2
Answers

The links opens in some devices, but not in others

I made a web app and a think that I've never seen in my life is happening.

A link of the app opens in desktop browsers and in samsung chrome browsers, but it doesn't open in IOS or some android web browsers.

I can't post a link... 

What is going on? What may be happening? Please help.

Answers (2)

3
Photo of Cr Bhargavi
176 11k 151.9k 1y

Clear your browser cache and try accessing the web app again. Cached resources may sometimes cause loading problems, especially if changes have been made to the app recently.

3
Photo of Ajay Kumar
54 29.6k 1.8m 1y

Hey Andre,

If your web app is not opening on iOS or some Android web browsers, there could be several reasons for this issue. Here are some troubleshooting steps to help you identify and resolve the problem:

JavaScript Errors:

  • Check your web app for JavaScript errors that might prevent it from loading correctly. Open the browser's developer console (usually accessible by pressing F12 or CMD+Option+I) and look for any error messages in the console tab.

SSL Certificate Issues:

  • Ensure that your website has a valid SSL certificate installed and properly configured. Some browsers, including Safari on iOS, can block access to websites without a valid SSL certificate.

Cache Issues:

  • Clear your browser cache and try accessing the web app again. Cached resources may sometimes cause loading problems, especially if changes have been made to the app recently.

Server-Side Logs:

  • Check your server-side logs for any unusual errors or access patterns that might indicate issues specific to certain devices or user agents.