-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates config to store embedded base url
- Loading branch information
Evan Greer
committed
Nov 7, 2023
1 parent
64a72ca
commit d5d8dae
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
@evangreer91 It seems to me that it's possible that the app handles some URLs that use a given base URL, but not all URLs that use that base URL. I think it might create more flexibility for client developers if we just let them handle URLs however they need to, in the
onTapAction
method, without worrying that some URLs get opened for them.