Alberto's Feed
- How To Create A Content Sized Webview In .NET MAUI Mobile A Step By Step Guide
This post shows how to build a custom content sized WebView for .NET MAUI that properly adapts to its HTML content. It walks through the cross platform handler approach and the platform specific techniques needed to make dynamic layouts behave correctly.
Read more - Fixing Could Not Find Any Available Provisioning Profiles For Your MAUI App
This post explores a frustrating iOS build issue that can appear during a fresh .NET MAUI Mac setup. It walks through the scenario and provides a practical fix to get you unblocked quickly.
Read more - Introducing The New .NET MAUI Expander View
Alberto introduces Nalu ExpanderViewBox, a layout-friendly expander control designed to animate size changes and simplify collapsible UI in .NET MAUI. The post shows how to handle dynamic content, build accordions, and avoid common CollectionView pitfalls with a clean, minimal API.
Read more - Preventing Memory Leaks In .NET MAUI Best Practices And Strategies
This post examines how event subscriptions can quietly introduce memory leaks in .NET MAUI applications. It walks through the underlying mechanics and compares practical strategies to detect and prevent leaks in real world apps.
Read more - MAUI Fixing Network Connection Loss In Ios With Httpclient
This post examines a tricky HttpClient reliability problem that can occur in .NET MAUI iOS apps during normal app lifecycle interruptions. It demonstrates how the Nalu Core library helps make network requests more resilient with minimal changes to your existing code.
Read more