-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click event not fired [almost always] on Android > 4.4.4 #768
Comments
"Test page does not suffer this issue (simple layout and no other components?" |
Project’s test/demo page. (https://angular-file-upload.appspot.com/ https://angular-file-upload.appspot.com/) The code I mentioned does not seem to be needed for the later Android (cannot check versions earlier than 4.4.4). Maybe the check should be more granular than the very broad check for ‘android’?
|
I was also experiencing the same issue in our app. Removing the android specific resolution resolved it on my Android 5 device using chrome. |
@Johnnyrook777: This is the original issue #647. Unfortunately I have no device with Android 4.2 to test browser's User-Agent string. |
Gonna be fixed in the next version |
こここきなこく 2015年6月4日木曜日、Danial Faridnotifications@github.comさんは書きました:
山崎 貴明 |
Fixed in version 5.0.0 |
Thanks danialfarid :) |
line 299 (ng-file-upload.js) : if (navigator.userAgent.toLowerCase().match(/android/)) {
....
File select dialog does not appear. (or appear once in a blue moon / cannot find any pattern)
After removing the Android specific code - everything behaves as expected.
Tested with: S4 (4.4.4) Native Browser, S5(5.0) Chrome and Native Browser, MotoX (5.0) Chrome,
Chrome @ MAC w/ device mode for Nexus 5
...
Test page does not suffer this issue (simple layout and no other components? :) )
The text was updated successfully, but these errors were encountered: