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
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 to share