Google Chrome (mobile) introduces an endless loop, opening new tabs on file upload

Scenario:

I have a mobile phone with Android 4.0.3 on it. I recently installed Google Chrome browser and I have a small application (*. Apk) hosted on my site.

Problem:

When I tried to load my app, the browser got inside a loop opening new tabs with the same address and it can't load my * .apk.

Some code:

I have this html in my site:

<a id=link href=bee.apk download><span>Install mine application</span></a>

      

The problem arises when I click on this link.

Ps: The problem only occurs on Google Chrome, other browsers may load it correctly.

+3


source to share


3 answers


I suggest you remove chrome completely and revert to an earlier version. The error can only be in the new version. Some problems are as easy as going back or two instead of digging deep to find a bug that programmers don't know.



0


source


You have 2 options: either wait for the developers to solve the problem if the problem is in the application, or uninstall the current version and install the old stable version. For old version archives, search in XDA or any other apk download sites, you can easily find apk.



FreewareLovers , Xeeapk , f-droid some of them I know to download old apk version

0


source


Try going to the Chrome settings on your phone> Advanced settings> Content settings> Uncheck Block third-party cookies and site data . If that works, the problem is you have the chrome version.

0


source







All Articles