Open EmilAlipiev opened 4 years ago
Hu @EmilAlipiev is this using Xamarin.Forms ? or just a UWP app ?
Xamarin forms with the latest 4.8 update
@EmilAlipiev - Can you provide a snippet of the XAML you are using, where the font info property changes don't seem to work. That will help in tracking this down. Thanks.
looks like using 16.9.0 preview 1 hotreload not working at all. is there a known issue with this latest update?
I have changed the title because problem is general if styles are used as seperate resouce dictionary an referenced in contentpage as MergedDictionaries, any chance is in the resource dictionary will not be correctly reflected by Hot reload. It is also problem with Android
If you create separate style in a resource dictionary and change the style attribute like fontsize, fontfamily etc. in the mergeddictionary, hotreload doenst display it correctly. It is problem on Android and UWP. i havent tested with IOS yet