Diego Ponce de León

Results 46 comments of Diego Ponce de León

Ok, I´ll make some tests to see if I can find a fix or at least to isolate the bug (not sure if this is an iOS bug or a...

Can you guys tell what version/s of iOS and Xamarin.iOS are giving you trouble?

Are you testing on simulator or physical device?

I think we are hitting this exact bug on iOS 11: https://bugzilla.xamarin.com/show_bug.cgi?id=59596 There´s a potential workaround in this comment: https://bugzilla.xamarin.com/show_bug.cgi?id=59596#c8 and this one: https://bugzilla.xamarin.com/show_bug.cgi?id=59596#c26 > I was struggling with it...

Please @bhyip23 can you attach your old and new info.plist files in the iOS project? It would be good to know what are the changes affecting this bug

Posiblemente un duplicado de https://github.com/xleon/I18N-Portable/issues/34

Your concept of "Sections" looks nice, but > This will make it impossible to write long keys in the format "MainViewModel.Title" or "BananasContainer.Title" Does that means that it will break...

Great, so it won´t break current implementations. What I´m missing here is binding support. Many applications should be able to translate anything with a simple string and a single statement....

it looks good to me. I don´t think many people are using the readers but the contract change is needed. This should be something to document on readme though

I´ll wait for you to implement `=>` Then I´ll make sure everything works as expected and then merge your PR. Thank you!