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

v200.5 #588

Merged
merged 18 commits into from
Aug 1, 2024
Merged

v200.5 #588

merged 18 commits into from
Aug 1, 2024

Conversation

dotMorten
Copy link
Member

No description provided.

dotMorten and others added 18 commits June 24, 2024 16:50
* Adds support for the barcode input field
* Added support to override URL clicks in PopupViewer

* Added samples for reference

* Refactor PopupViewer and event handling

* Refactor hyperlink event handling and cleanup

- Corrected the event name from `HyperLinkClicked` to `HyperlinkClicked` in both XAML and code-behind files for consistency and to meet case sensitivity requirements.

* Refactor GetPopupViewerParent to generic

* Refactor GetParent<T> generic constraint

* Broaden type check in Tapped event handler

* Refine type checks and adjust imports

* Refactor PopupViewer parent traversal logic
…t by re-evaluating expressions

All add Finish method for consistency
Ensures on catalyst that the textfield isn't blocked form clicking when there's an error
* Optimize BasemapGallery initialization

Removed redundant initialization of `AvailableBasemaps` in the `BasemapGallery` constructor. Added a null check in `BasemapGallery_Loaded` to initialize `AvailableBasemaps` only if it is null, calling `_controller.LoadFromDefaultPortal()` asynchronously if needed. This change prevents unnecessary initialization and allows for external setting of `AvailableBasemaps` before the control is loaded.

* Initialize AvailableBasemaps and improve load check

Add initialization flag for BasemapGallery collection
@dotMorten dotMorten self-assigned this Aug 1, 2024
@dotMorten dotMorten merged commit 94dbc05 into main Aug 1, 2024
1 check passed
@dotMorten dotMorten deleted the v.next branch August 1, 2024 15:16
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.

PopupViewer: Allow overriding URL clicks
2 participants