Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction
Linda Xie
@linda
Any ideas why sometimes mini app will be stuck on splash screen on web only but not mobile and vice versa? Had a team run into this recently and also ran into it myself tonight with vibe coding my mini app
12 replies
1 recast
30 reactions
Zeni
@zeni.eth
unsure, but to debug... if it's getting stuck on splash screen, first thing I would check is if sdk.actions.ready() isn't being called correctly https://miniapps.farcaster.xyz/docs/sdk/actions/ready "add debugging code that will show me when sdk.actions.ready() is being called" --- -> then right click in browser -> inspect to open up "Developer Tools" -> click on console try to find the debug message in your code if it's not there at all, there's something wrong that you can start with. if it's there, it's something else.
2 replies
0 recast
3 reactions
Linda Xie
@linda
thanks! issue was calling ready too early so that got fixed
0 reply
0 recast
2 reactions
Samuel ツ
@samuellhuber.eth
yep likely some component mount / viewing thing. maybe iFrame being blocked or handled differently?
0 reply
0 recast
1 reaction