-
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
ngf-select and ng-click Don't work together on iphone #1659
Comments
Why do you need ng-click on the upload button? |
Using analytics to know when the user pressed that button. |
You can use |
That works if they change the model. Not if they cancel. |
Would it make a difference if you use input type file? |
Doesn't make a difference. I guess this is hapepning because when ios brings up it's system menu it pauses the javascript events in my website? |
Fixed at 12.2.5 |
Thanks! |
@danialfarid : still have same issue. 12.2.5/12. any idea? |
Had the same issue on Microsoft Edge Used this dirty trick to make it work
|
On iphone when I tap the element that contains the ng-file-upload directive, I get the system dialog to either take a picture or choose from library, but ng-click never gets processed.
On mac when I click the element, I get the system dialog to choose a picture, and ng-click does get processed.
Any alternatives I can use? Known issue?
The text was updated successfully, but these errors were encountered: