-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
docs(connect-explorer): connect-deeplink / mobile #14481
Conversation
5572148
to
47deadd
Compare
5dea4aa
to
ef51c96
Compare
164ecee
to
9e64c06
Compare
55ee24f
to
c7f9d1f
Compare
bcafbfb
to
635c797
Compare
635c797
to
dc74699
Compare
dc74699
to
ad09e32
Compare
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.
if (!this.messagePromises[id]) { | ||
// Most likely old ID, ignore | ||
return; | ||
} | ||
|
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.
feels like it would deserve a standalone commit maybe. nitpick.
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.
just some nitpicks. I think it makes sense to have this already in develop.
@@ -143,6 +145,7 @@ export const init = | |||
// Get default coreMode from URL params (?core-mode=auto) | |||
const urlParams = new URLSearchParams(window.location.search); | |||
const coreMode = (urlParams.get('core-mode') as ConnectOptions['coreMode']) || 'auto'; | |||
const deeplink = urlParams.get('deeplink') === 'true'; // TODO |
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.
I imagine, that in the end, deeplink will be only one of the core modes maybe (only available if some conditions are met, such as registering callbacks etc).
ad09e32
to
0530156
Compare
Description
Add a section about mobile to the index page, including quickstart guide.
Add a page documenting the deeplink URL spec.
Add the option to open and receive deeplinks from Connect Explorer.
Link: https://dev.suite.sldev.cz/connect/doc/native-connect-popup/
Related Issue
Resolve #14533