You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are options to show loading screen for bloc integration?
Current UX looks junky as user first sees a page without subscription and then it suddenly reloads with all subscriptions loaded from linkfive.
I tried to use fetchProducts in init and show loading spinner myself. However, when I did that and showed paywall only when loading is finished paywall calls loadSubscriptions again which causes the screen to blink once.
I made a video for both cases:
Flickr when fetchProducts is called manually
lack of loading state when relying on paywall to call loadSubscriptions itself.
The text was updated successfully, but these errors were encountered:
Will investigate the blinking issue! But it indeed looks a bit strange when you just want to offer 1 product. I've started to work on a new screen for single products. It would be much cleaner but it's still under development yet.
What are options to show loading screen for bloc integration?
Current UX looks junky as user first sees a page without subscription and then it suddenly reloads with all subscriptions loaded from linkfive.
I tried to use
fetchProducts
in init and show loading spinner myself. However, when I did that and showed paywall only when loading is finished paywall callsloadSubscriptions
again which causes the screen to blink once.I made a video for both cases:
fetchProducts
is called manuallyloadSubscriptions
itself.The text was updated successfully, but these errors were encountered: