BY Akash Kava14 Dec 2021 Edit
Major Version Update 2.0.4

We are happy to announce major version update of Web Atoms for Xamarin Forms with following improvements.

JSX Initialization Reengineered

Initialization sequence of JSX was little as all property setter were routed through bridge's SetValue method, which internally composed full type string of property and performed lookup before actually setting the value.

In this new version, we have added property in prototype of class, so it can be directly set in JavaScript, the conversion will be performed if needed utilizing available TypeConverters.

You can also create new instance of CLR object in JavaScript and set it directly.

This is part of new major update in both JavaScript code and DotNet.

New Controls

AtomIconContentView

Many times we need to simply display an icon on left of any content, for this we need to add a new layout unless it is a button. And also now days we are using font icons, so we have made this control to create font icon based content view.

It has properties, iconFontSize, iconGlyph, iconColor, secondaryIconGlyph, secondaryIconColor, command, commandParameter. You can also use duo tone icons.

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