Skip to content
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

iPhone click event is unstable #555

Closed
olalonde59 opened this issue Feb 10, 2015 · 1 comment
Closed

iPhone click event is unstable #555

olalonde59 opened this issue Feb 10, 2015 · 1 comment

Comments

@olalonde59
Copy link

Using an iPhone 5S, on the file input, the user must "press" the file input container to trigger the click event. A simple fast click is not working.

The touchend event seems to better work on my iPhone.

It is possible to provide an event configuration to let the developer choose what event he want to bind (may depend on device detection)? Could be provided on the directive, ex:

<button ng-file-select ng-file-select-event="touchend" ng-file-change="onFileSelected($files)" ng-multiple="false" ng-capture="camera" ng-accept="'image/*'">
<span class="icon icon-camera"></span>
</button>

Cheers!

danialfarid pushed a commit that referenced this issue Apr 13, 2015
…and some IE8-9 bugs and styling issue
@danialfarid
Copy link
Owner

Fixed in version 3.3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants