Stéphane

Results 9 comments of Stéphane

Hi @JimBobSquarePants It's a mix of random GIFs from Giphy for example and some made with the tool [Canva](https://www.canva.com/fr_fr/creer/gif-maker/)

@bspinner as suggested in my issue, for now, the only workaround I found is to use the BindingContext from the Fragment itself: > The only way to make it works...

And another one: http://stackoverflow.com/questions/6250580/fragment-already-added-illegalstateexception I will do some tests on my side as soon as possible.

Hi there, I've found a workaround that is acceptable for my application. Here are the little modifications made: ``` csharp public class MvxCachingFragmentCompatActivity : .... { private string _firstFragmentTag; //...

@robertbaker Done, sorry for the delay

Hi @glalwani2 You can create your own "FragmentBaseActivity" and override the `ShowFragement` method as proposed in this discussion or in the PR associated.

PR for documentation is available here: https://github.com/GladysAssistant/v4-website/pull/255

A Workaround I found (I think working for most cases) is to update the `BackButtonPressed` method with the following: ``` csharp public override void OnBackPressed() { if (SupportFragmentManager.BackStackEntryCount >= 1)...

Hello, I also worked on the Multilevel Switch integration. Unfortunatelly, I saw your PR only when I first started to push my integration on Github. PR is [available here](https://github.com/GladysAssistant/Gladys/pull/2061). >...