Quantum Visualizer 202607 Release Notes
New Features and Enhancements
In this release, the following features have been introduced to provide an enhanced Quantum Visualizer experience.
- Android API Level 36 Support
- Improved TextField Accessibility
- Font Size Capping (iOS & Android)
- NFI Support for Swift Libraries on iOS
Android API Level 36 Support
Visualizer now provides full compatibility with Android API Level 36 across all supported Quantum versions. Developers can build, test, and deploy applications using the latest Android platform capabilities while ensuring continued platform compliance, improved device compatibility, and a seamless development experience—without upgrading to newer Quantum releases.
For more information, click here.
Improved TextField Accessibility
New accessibility capabilities have been added to TextField widgets in native applications, enabling richer screen reader interactions and improved contextual guidance. These enhancements help developers build more inclusive, WCAG-compliant user experiences.
a11yLiveRegion - Associates TextField widgets with related UI elements to enable dynamic screen reader announcements without moving focus from the active field. This allows users to receive real-time validation messages, status changes, and other updates while maintaining uninterrupted input.
a11yContextualAnnounce - Provides dynamic, contextual information to screen readers based on the current state or content of a TextField. This helps users understand input requirements, validation feedback, and field-specific guidance, creating a more intuitive and accessible form-filling experience.
For more information: Accessibility - Live Region support and Accessibility - View Compat State Description
Font Size Capping (iOS & Android)
Developers can now define minimum and maximum font scaling limits across their applications on both Android and iOS. This allows app text to respond to users' accessibility font-size preferences while maintaining a controlled scaling range to preserve layout consistency and usability. By balancing accessibility with design integrity, font size capping helps prevent UI breakage caused by extreme text scaling, ensuring a more predictable and user-friendly experience across devices and accessibility settings.
For more information, click here.
NFI Support for Swift Libraries on iOS
Native Function Interface (NFI) has been enhanced to support Swift-based libraries on iOS, enabling seamless integration with modern native iOS frameworks and components. Developers can now leverage Swift code directly from their Quantum applications, simplifying access to platform-specific capabilities and accelerating native feature adoption.
This enhancement expands the native integration ecosystem on iOS and provides greater flexibility when building rich, high-performance mobile experiences.
For more information: Swift Framework Binding and Swift JS API Reference