-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Smart banner issue #10070
Smart banner issue #10070
Conversation
recheck |
@Santhosh-Sellavel I think we should also test whether deep links works as expected. I am not sure if it will override the deep links defined in |
Who is the C+ review coming from on this PR? |
A C+ Doesn't require review from another C+ @AndrewGable |
Ok - Can you please fill out the C+ checklist too? Thanks! |
PR Reviewer Checklist
|
@AndrewGable Done. |
✋ 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 @AndrewGable in version: 1.1.88-0 🚀
|
Deep link banner still over rides the new smart banner config. New smart banner config is shown on pages or paths that are not part of cc: @AndrewGable @tgolen |
So Let's Revert this PR, because it causes same spacing issue which happens now while switching between non deep link configured path to deep link configured path. Thanks! |
@Santhosh-Sellavel The QA team created this issue which I am assuming is related to the PR, since we are reverting it, should I close the other one? |
Yeah we should close the other one. @pecanoro |
OK, a revert sounds good to me.
…On Fri, Aug 5, 2022 at 9:55 AM Santhoshkumar Sellavel < ***@***.***> wrote:
Yeah we should close the other one. @pecanoro
<https://github.com/pecanoro>
—
Reply to this email directly, view it on GitHub
<#10070 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJMABYKIVNJMZHBKG3UV43VXU2OHANCNFSM54P7MANQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Details
Currently, our already shows smart banner appears based on data available in
apple-app-site-association
which is used for the deep links. So the banner is not shown on all paths (i.e shown only on paths mentioned inapple-app-site-association
). This banner is not dismissible. Now showing banner causes an issue like this.We can add the iOS Smart banner for mWeb using this reference that will show banners across all paths or pages. Also, I believe it will replace the existing banner, we can ensure this only after it is deployed on staging. Also, now after this implementation smart banner is dismissible.
Fixed Issues
$ #8791
Tests
You need an iPhone to test this PR (Smart banners not shown on Simulators)
Note: Based on my testing experience, this banner can be dismissed only twice. If dismissed twice it won't occur again. If need to test this again after dismissing twice, you might need to clear history and website data in Settings.
PR Review Checklist
Contributor (PR Author) Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
displayName
propertythis
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)PR Reviewer Checklist
The Contributor+ will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
displayName
propertythis
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)QA Steps
You need an iPhone to test this PR (Smart banners not shown on Simulators)
Note: Based on my testing experience, this banner can be dismissed only twice. If dismissed twice it won't occur again. If need to test this again after dismissing twice, you might need to clear history and website data in Settings.
Screenshots
This does not affect any other platforms except mWeb Safari iOS, so including only screen recording for that
Mobile Web
Opening different paths
Navigating.mov
Dismissing the banner
Dismissing.mov
Web
Desktop
iOS
Android