This first video shows a LVN built TODO app with pre-iOS 26 design.
The 2nd two videos are using iOS 26's new Glass modifiers to dress the same app, all built in LiveView Native.
#ElixirLang
Existing system components get the redesign automatically. Building a great looking TabView has never been easier with iOS on LiveView Native!
#ElixirLang
See the iOS 26 Glass effects updating in real-time thanks to @elixirphoenix 's LiveReload suport in LiveView Native. Watch how quickly you can build something beautiful!
#ElixirLang
Flutter has to completely redesign their UI system to match Apple's new "glass" aesthetic: github.com/flutter/flutter/i…
Meanwhile, we're already running on iOS 26. Glass and all.
#ElixirLang
Slowly but surely making progress towards nested LiveView and LiveComponent support. This is showing our new view tree patching API, currently being triggered from within the client.
#ElixirLang
This is an iPad app running LVN along with the Phoenix app running *on device* and editable showing real-time updates.
All on the same screen.
#ElixirLang
Android is defintely a priority for us, unfortunately the lead dev recently moved on so we need some help on that front. But the client is very far along. We recorded a video of building an app with it a few weeks ago, starts about halfway in this piped.video/watch?v=CgtmGx6E…
While there are many advantages to wrapping UI Frameworks like SwiftUI there are trade offs. See this navigation animation. The title and body on the 2nd view are the same value being updated every 0.1 seconds.
If you're learning LiveView Native but SwiftUI is too confusing, here is a great series on SwiftUI design concepts. Each video is less than 10 minutes
piped.video/watch?v=04fzFk36…
If you'd like to experiment with the LiveView Native Jetpack (Android) client here is a video to get you started. Beware, the Jetpack client is under actively development and this is pre-release. It's going to have bugs!
piped.video/watch?v=Pddi3zQP…#myelixirstatus
This video, while simple, represents swapping out the Swift Phoenix Channels client for the LVN Core (Rust via UniFFI) bindings work that will be coming in v0.4. This will enable us to support LiveView Streams and Uploads!
#myelixirstatus