Robert Al-Malak
Robert Al-Malak
Seems I figured out what the issue was, I was getting the resource string in a different place and thus was calling request.GetResource(string.empty) (as the Resource variable only has a...
@JayNewstrom I see it opening the browser briefly, yet when I try to re-login, it still logs me in automatically, on iOS it does not.
@JayNewstrom will try to get you something tomorrow
This happens to us very randomly as well, we have to restart the android simulator to get it working again (at least that has fixed it so far). @mcrobbj-abrdn can...
Hi LeonBre, I think I might be able to help you out, considering I was stuck myself and had to go through the whole calendar code. > A DayViewDecorator is...
@nmilcoff Seems like MvxFragmentStatePagerAdapter MvxFragmentPagerAdapter Both dont add support to add Tags on each fragment, while the caching ones do. I know we use the tags to add nested fragments...
@nmilcoff yes of course, if you look at MvxCachingFragmentPagerAdapter.cs you will see this : In the the last line you will see they are setting for the fragment a fragmentTag...
@nmilcoff I noticed even though we are adding the Tag in the custom implementation (caching classes), it would still require some work on the: [MvxAppCompatViewPresenter.cs](https://github.com/MvvmCross/MvvmCross/blob/c4b41183eed4f3b800f736afb7482e462a6d7f71/MvvmCross-AndroidSupport/MvvmCross.Droid.Support.V7.AppCompat/MvxAppCompatViewPresenter.cs) As MvxAppCompatViewPresenter only supports SupportFragmentManager...
So I think @nmilcoff based on what I have seen so far is that we need do need to override the InstantiateItem for both MvxFragmentStatePagerAdapter and MvxFragmentPagerAdapter and call ourselves...
@martijn00 will do :)