Add note about App Links support limitations and provide reference to Issue #271#291
Merged
Add note about App Links support limitations and provide reference to Issue #271#291
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation about App Links support limitations to the README. The change closes issue #271 by acknowledging the limitation and providing a reference for users seeking workarounds.
Key Changes:
- Added a NOTE callout in the README documenting that advanced App Links interactions are not officially supported, with a reference to Issue #271 for more details
| |  |  | | ||
|
|
||
| > [!NOTE] | ||
| > Advanced interactions or complex workflows involving coordination with App Links are not officially supported. For more information and potential workarounds regarding App Link coordination on Android, please refer to [Issue #271](https://github.com/droibit/flutter_custom_tabs/issues/271). |
There was a problem hiding this comment.
The phrase "App Link coordination on Android" is somewhat redundant. Consider simplifying to "regarding App Links on Android" or "regarding this limitation on Android" since App Links was already mentioned in the previous sentence. This would make the documentation more concise and easier to read.
Suggested change
| > Advanced interactions or complex workflows involving coordination with App Links are not officially supported. For more information and potential workarounds regarding App Link coordination on Android, please refer to [Issue #271](https://github.com/droibit/flutter_custom_tabs/issues/271). | |
| > Advanced interactions or complex workflows involving coordination with App Links are not officially supported. For more information and potential workarounds regarding App Links on Android, please refer to [Issue #271](https://github.com/droibit/flutter_custom_tabs/issues/271). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #271