Amin
Amin
Test screen: https://studio.ensembleui.com/app/9YfZUVl3SC82UZ5Mnf2e/screen/V0qNIMO7FWt52eDxkk2v When I have an item-template where the data and the template bind to two different API calls, the inner widget binding does not re-render when the API...
When user scrolls up, I want the tab bar to be sticky on the top. Sample screen: https://studio.ensembleui.com/app/x8MoW3x17ViScJmE9Pff/screen/RrxaX6KLuKAQsrbAJqvU Example interaction: https://github.com/EnsembleUI/ensemble/assets/491202/5980f892-4c60-40f4-a572-a6194b28ba76
Test screen: https://studio.ensembleui.com/app/MdlseE9YPtg7kBlDOBLuClone/screen/OzwbMaX5ekh4Jsh7EvWi This screen has this invalid EDL at the bottom: ```yaml item-template: data: ${env.assets}${env.Vector1_png} ``` In studio, the screen renders without errors. On Ensemble Go, it throws invalid...
Using `listenForChanges` works for collections, but throws this error for documents: ``` FirebaseError: [code=invalid-argument]: Invalid collection reference. Collection references must have an odd number of segments, but sports/soccer/competitions/akmkihra9ruad09ljapsm84b3/tournamentCalendar/19x9mz32ti233f90h6htylf6c/matchStats/62tljlp4jfc8oqqts48lan7ys has 8....
As an app developer, I want to get the device's preferred theme: light / dark / none So that I can set the corresponding theme for the app on the...
I want to be able to set following properties in a theme (e.g. light/dark theme) so that when user switches the theme, the style changes: 1. primary 2. loadingScreenBackgroundColor 3....
As an app developer, I want to create native home widgets for my Ensemble apps. Use case examples: - Sports - widget to show live match status - widget to...
As an app developer, I want to get the current wifi connection details, including signal strength, so I can show the wifi quality to the user. ### Proposed EDL ```yaml...
Add the following props to slider. ```yaml - Slider: enableRange: # bool, default is false inputType: # enum: number (default), hour, year, date tooltip: # bool, default is true ```...
As an app developer, I want to be able to provide multiple languages, and have an action that allows me to switch the language within the UI: ```yaml Button: onTap:...