ZeBen

Results 227 comments of ZeBen

> Please make this happen, I'm tired of using those online converters since I use this software for a long time and don't want to use another one! You can...

Ty I disabled all custom keyboard shortcuts and now I finally can € again !!!! I was searching what was causing the issue since 2 months !!!!

> This is a significant issue for the entire Eurozone! It's astounding that such a major bug hasn't been fixed yet. This effectively diminishes the productivity of the workspace to...

May be related to https://github.com/xamarin/xamarin-macios/issues/17262

> Any solution for the localization problem yet? I seem to have the same issue on `MacCatalyst`. Pages in the navigationStack do not seem to change localization dynamically. Only new...

The startup code of Android should be completly rewrite. It's not working in most cases. When app is opened from a notification. When app receives a push notif, either when...

Exactly. But using Now requires a good state of fragments. Not using Now defer the action to when the state permits it. This may be an issue with await navigation...

Workaround while a pr is created: public class AppDelegate : MyMvxApplicationDelegate ``` /// /// Remove when issue #3527 is fixed in mvvmcross /// https://github.com/MvvmCross/MvvmCross/issues/3527 /// public abstract class MyMvxApplicationDelegate :...

Also, it does not support 2 activities with the same name in the backstack

If any custom component relies on the return value of MvxApplicationCallbacksCurrentTopActivity, this seems wrong to dispose the activity. If a disposed activity is returned by this class, the caller will...