Please, tell us how to recreate the issue in as much detail as possible.
Install the plugin
Create a component to handle it
Declare on your template
Declare a StackLayout with "~leftDrawer" attribute
Create a computed that returns a percetage number, but as a String, e.g. "75%"
I know that this can be a problem in 'StackLayout' instead of 'ui-drawer', but the most strange thing to me is that when you put the same value ("75%"), but directly as a simple string, it's works
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Install the plugin Create a component to handle it Declare on your template Declare a StackLayout with "~leftDrawer" attribute Create a computed that returns a percetage number, but as a String, e.g. "75%"
Is there any code involved?
The component is receiving the right result from the computed, but when you run the code you get
I know that this can be a problem in 'StackLayout' instead of 'ui-drawer', but the most strange thing to me is that when you put the same value ("75%"), but directly as a simple string, it's works