BY Akash Kava19 Sep 2021 Edit
Version update 1.6.249

In this version update we have made following improvements.

Improvements

  1. Weak Reference removed from iOS, we had initially added Weak Reference of Xamarin Control in iOS UI Graph to avoid memory leaks, however since we have improved dispose pattern for controls and bindings, we no longer need to pass weak reference.

  2. We have set RecycleElement recycling strategy for ListView displayed in Popups for AtomChips and new control AtomSuggestions.

  3. Popups are automatically scrolled to top by bringing the target UI to top if it is inside a scroll view. You can turn it off by setting AtomPopup.SetScrollUp(target, false).

New Control

AtomSuggestions

We have added new control, AtomSuggestions which will display list of items horizontally till it fills up all the space and then it will display "More" link, which will then open a popup list view to select items from. There is ItemTappedCommand which will be executed when you click any of items displayed.

BY Akash Kava
LikeCommentSave
LikeCommentSaveShare
0
Categories
General
YantraJS
Developer Guides
Tutorials
Web Atoms Updates

POPULAR POSTS
17 Mar 2021
LATEST ACTIVITY
Simmi Kava
commented this post.
Simmi Kava
liked this post.
Show more
ARCHIVES
2024
2023
2022
2021
TAGS
javascript (56)
developer (25)
javascriptdeveloper (16)
Xamarin.Forms (16)
Html (14)
typescript (12)
webatoms (12)
xamarin (11)
coding (10)
web-atoms (10)
arrays (9)
android (8)
javascript-developer (8)
csharp (7)
dotnet (7)
css (6)
update (6)
dotnet-standard (5)
function (5)
iOS (5)
methods (4)




Web Atoms: JSX (TSX + TypeScript) for Xamarin.Forms, Hot Reload Your App in Production Environment

PlaygroundSamples Repository