Skip to content
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

Added a logic to omit : when the port number is not present. #1377

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

gauravkeshre
Copy link

Teams regex does not support urls with domain ending with colon without a port number.
Eg: https://www.microsoft.com:/some_path

This PR adds a logic to omit : when the port number is not present.
A lot of developers will adopt these examples and will find the samples not working on Teams Mobile.

It is important to note that this will only work when the port number is not present.

@ShonP
Copy link

ShonP commented Dec 12, 2024

This issue pop up in our production app, all of teams toolkit samples with configureable tabs have this piece of code and because of the ":" causes our app not to work in IOS. the ":port" should only be added when there is port and if there is no port it ends up as ":"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants