Amin

Results 9 comments of Amin

@Jacqueline-ms appreciate anything you can share!

Thanks @anserwaseem - I wonder if it's better to keep the readme to the basics, but at the end of the same file, have a troubleshooting FAQ section to cover...

Another example: https://github.com/EnsembleUI/ensemble/assets/491202/f33d0844-889d-43c4-b124-f8c39e2e04bb

https://docs.ensembleui.com/translations#changing-language-in-screens-using-script

@kmahmood74 See this example: https://studio.ensembleui.com/app/9YfZUVl3SC82UZ5Mnf2e/screen/dQQGbTa5d6wUWF2C69VR#

> > @amin-nas This is ok for the webapp but what is the intended behavior on a native app? Just open in place, as in the flag is ignored for...

@vinothvino42 see this example: https://studio.ensembleui.com/app/doMwZyCqUYLHowFBRuSV/screen/leK8QLPrkmkzceOeLBzL When you scroll to left and right, images keep flashing. Try it also on device, as it gets more messy there. E.g. when I scroll...

Not exactly a 1-1 comparison - In React, you can handle navigation in one place and put routes (screens in our case) behind authentication. What is the point of forcing...

We could have a global way of checking auth, and then specify which screens to not load if not authed. The goal is to avoid repeating the same logic on...