-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix: Onfido back button issue #16333
Conversation
@hayata-suenaga @Santhosh-Sellavel One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosDesktop & WebScreen.Recording.2023-03-21.at.8.29.46.PM.movMobile Web - ChromeMobile Web - SafariSimulator.Screen.Recording.-.iPhone.14.-.2023-03-21.at.20.10.37.mp4iOS & AndroidScreen.Recording.2023-03-21.at.2.54.22.AM.mov |
Something's off on mWeb Android alone, do we have a known issue cc: @allroundexpertsOnfido_unsupported.on.android.mp4I see a warning on web that say one of the configuration
|
Yes. I could not figure out the problems with Android. But it happens
without my changes.
…On Tue, 21 Mar 2023 at 8:11 PM, Santhoshkumar Sellavel < ***@***.***> wrote:
@hayata-suenaga <https://github.com/hayata-suenaga>
Something's off on mWeb Android alone, do we have a known issue cc:
@allroundexperts <https://github.com/allroundexperts>
https://user-images.githubusercontent.com/85645967/226650688-efba67bf-1122-44bf-a092-2a3ef16d90f5.mp4
I see a warning on web that say one of the configuration
optionuseLiveDocumentCapture is depreceted
[image: Screenshot 2023-03-21 at 8 34 50 PM]
<https://user-images.githubusercontent.com/85645967/226650548-eb434bed-25ba-4ea0-8fb2-4ede67eea352.png>
Let me know what we can do about this other wise, PR tests well!
—
Reply to this email directly, view it on GitHub
<#16333 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHFJUUDI4WJPK5C2TSTTBKLW5HALRANCNFSM6AAAAAAWCDSTJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Things like this should be brought forward also based on our checklist of PR fails(Unable to test) for android mWeb. The Sooner you bring it faster we can move forward with a resolution. |
Thanks for letting me know. Do I need to investigate this? |
Yeah please or look whether this has been reported already? |
@allroundexperts I saw you merged main into this PR. has the issue been solved on main? |
@hayata-suenaga Not really. I can confirm that this issue is NOT happening when I open |
@Santhosh-Sellavel I couldn't find this reported anywhere. The closest I can find is this. |
@allroundexperts when you got a moment, could you share the issue in #expensify-open-source channel in slack to see if anyone is encountering the same issue? I'd appreciate it. |
I've just asked on bugs channels let's wait until EOD. |
@hayata-suenaga Posted now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the error seems to be irrelevant to this PR, I think we're good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this one!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hayata-suenaga Let's get this merged!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.2.89-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.89-0 🚀
|
Details
This PR edits the
Onfido
web sdk, such that it usesuseMemoryHistory
. Without it, the back button on Onfido page does not work correctly on web.Fixed Issues
$ #16020
PROPOSAL: #16020 (comment)
Tests
On Web:
Offline tests
N/A
QA Steps
On Web:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
Screen.Recording.2023-03-21.at.1.17.27.PM.mov
Mobile Web - Chrome
Unable to test on Android Chrome because of the following issue:
https://user-images.githubusercontent.com/30054992/226554510-0556cd51-8bd7-429b-9f16-d66042e50070.mov
Mobile Web - Safari
Screen.Recording.2023-03-21.at.1.23.05.PM.mov
Desktop
Screen.Recording.2023-03-21.at.1.19.50.PM.mov
iOS
Screen.Recording.2023-03-21.at.1.27.17.PM.mov
Android
Screen.Recording.2023-03-21.at.1.29.47.PM.mov