-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Certificate selection does not work #35
Comments
Can confirm this bug. Had to dig out my old iPhone 6 just to test this. |
@JantsoP Do you want to look into this? None of the contributors has an iPhone 6 or older, so we can't really work on this. We might need to check if we can reproduce this in the Xcode simulator but I don't think it will be easy to debug the camera view in this way. |
@marvinsxtr Can do. Already downloading xCode on my MacBook due was gonna debug my own instance why the file download failed. But I got that sorted so now I can look into this. I will get back to you with logs probably tomorrow. |
The first picture is from iPhone 6 safari console and second is from my iPhone 12 Pro Max. So looks like there is a misplaced dot which then breaks the whole thing? Since I just tested even just doing it as blank, it did not give any errors. But on iPhone 12 Pro Max i got the "Please scan..." error. This also can be duplicated on xCode simulators. Tested with iPhone 6 with 12.4 and then iPhone 12 Pro Max. |
I have exaclty the same issue on iOS 13.2.3 (iPhone 11) if it can help to solve. |
I have the exact same issue. Doesn’t work on iPhone 6, iOS 12.5.4. |
Can confirm, not working on iOS 12.4 either |
It worked for my first two doses, it's not working for the third, iOS 15.2 on iPhone XR |
I have exactly the same issue, iOS 14.8.1 on iPhone 7 |
Same issue here with iphone XR and 11 under iOS 15.1 but worked with iPad Pro under iOS 15.1 |
Could you check if you enabled JavaScript (Settings -> Safari -> Advanced)? Also it would be helpful if someone with a Mac could send the logs when trying to interact with the buttons. See this tutorial. |
Yes I have JavaScript enabled on safari. |
I have followed the tutorial to get access to the web inspector. What do I have to do now to get the logs when I interact with the buttons ? |
I never used it but there should be a console tab somewhere. Google will probably help you to find it. |
Ok I found it |
Same with me |
Are all buttons/links not working? When I disable JS, the Add to Wallet button works i.e. the form is submitted, is that the case for you too? Maybe also try to turn off pop-up blocking in Settings > Safari > Block pop-ups. |
All buttons are not working except for the privacy policy and the add to wallet button. |
Do you have any extensions installed (Settings > Safari > Extensions)? |
No i don’t |
When I click on “select a file”, nothing happen. Doing it on an iPhone 13 a pop up appears for file selection. |
Would be great if someone with this issue could try to debug this: https://stackoverflow.com/questions/27525228/react-click-events-not-firing-on-mobile https://stackoverflow.com/questions/60758654/onclick-event-is-not-working-on-safari-ios |
Have you also tried removing the hover: and focus: classes and onTouchStart in addition to onClick? |
Where can I find onTouchStart in addition to onClick? |
In |
Sorry I don't find it |
I can't help with debugging since I don't have a Mac, but I can confirm this happens to me and my friend too. I'm on iPhone 12 and he's on iPhone 11 Pro, both using Safari, but also tried Brave and Aloha, still nothing. We are both on iOS 14, to be precise I'm on iOS 14.4.2, he's on iOS 14.4.1. We are staying behind for jailbreak purposes but we both tried rebooting the phones into an unjailbroken state and it still doesn't work, so that's not the issue. EDIT: We also both have JavaScript enabled, and don't have any extensions since iOS 14 doesn't even support them. |
FYI, I have updated my iPhone to iOS 15.2 and now it's working well |
Me too!!! |
May or may not be fixed with the newest release. |
Can someone who has this issue confirm? |
Still broken for me :/ |
Someone with this issue will have to debug this. |
Hi, I also in safari. Best regard. |
@Willy-JL Could you try to debug this? I'm afraid a Mac would not be very helpful as there does not seem to be an error message anyway. |
For anyone trying to debug this: Clone the repo, make sure Node.js is installed and run:
Then connect to Note that generating a pass will not be possible, however this is sufficient to test the buttons. |
@marvinsxtr I can confirm this is still an issue on the current live site (as per #169). Testing in Browserstack revealed no error logging. If you have additional changes to be tested feel free to send me a ping. |
@MagicLegend I will not be rolling out additional changes just for testing. Someone with the error will have to do trial and error to fix this. Any other approach is too tedious imo. |
@marvinsxtr You can get unlimited free access to Browserstack for this project, since it's open source. That way you can easily test it yourself as well :) But I might have a look at it sometime later as well. |
First of all, thank you for this project!
Click on "Start Camera" or "Select File" does nothing (see the attached video).
Safari has permission to access the microphone and camera.
iPhone 6
iOS 12.5.4
issue_covidpass.mov
The text was updated successfully, but these errors were encountered: