Setup:
ActionBar is not shown but is should be.
Is this really fixed or just forgotten? I tried setting the title in the XML template but it did not work, much less does it change when the binding is modified. I also tried setting the title in JS/TS by assigning to the title property of the ActionBar and using set(propName, value) on the ActionBar but the title was not updated in the apps UI. The only thing that worked for me was calling the ActionBar's update() method after changing the title programatically.
Any updates here?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Is this really fixed or just forgotten? I tried setting the title in the XML template but it did not work, much less does it change when the binding is modified. I also tried setting the title in JS/TS by assigning to the title property of the ActionBar and using set(propName, value) on the ActionBar but the title was not updated in the apps UI. The only thing that worked for me was calling the ActionBar's update() method after changing the title programatically.