Emil Alipiev

Results 158 comments of Emil Alipiev

are you talking about navigating back with poppagemodel? I am trying to understand if it is the same issue as i reported.

are you using proguard? if not add a proguard into your app and enable it

thats right it is with WASM and used to work well with .net 5 although not documented. Stopped working with .Net 6 unfortunately :(

1.2.5.5 solves the problem any version above this is crashing. anyone has proguard settings for this library? should this be just fine? `-keep public class androidx.fragment .** { *; }`

I think that i have posted quite detailed question somewhere regarding that. Akavache doesnt work on App start. You can use Xamarin.Essentials Preferences as you said. thats what i am...

just found it here https://github.com/reactiveui/Akavache/issues/392

There is no immediate workaround I think although this is unseen bug or missing feature in akavache. suddenly app looks so empty if network connection is slow or something goes...

@hamid-shaikh that will not work. I tried similar. It fails because GetAndFetchLatest always considers the response from the server. otherwise what I explained before is similar, I tried fetch from...

It looks to me that GetAndFetchLatest has no usage at all if you want to support offline usage for your app. It doesnt cool at all and they dont write...

you can just combine with getobject method but then what is point of using GetAndFetchLatest ? I can just simply combine getobject and save asynchronously, it will do the same...