Closed kokororin closed 7 years ago
Try
a.className = 'external no-fastclick';
It works. Thank you!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
This is a (multiple allowed):
[x] bug
[ ] enhancement
[ ] feature-discussion (RFC)
Framework7 Version: 1.5.4
Platform and Target: Android
Live Link or JSFiddle/Codepen: http://kokororin.github.io/demo/f7.html http://kokororin.github.io/demo/f7.html#nof7
What you did
Hi. I use javascript to trigger download files. code like
On PC Browser, it works well. On Chrome for Android and other Android Web Browser, when I click the button in the demo url, it doesn't work. There are two demo urls, the one which has hash
nof7
doesn't havenew Framework7
,and it works well.While the other one with f7 initialized doesn't work.Expected Behavior
Download should start
Actual Behavior
Download not start, nothing happened.