Tony D’Addeo pfp
Tony D’Addeo
@deodad
🔙 New Mini App API for Back Navigation - 1-line integration for standard web apps - custom integration available for advanced use cases - back control will vary depending on platform; web is button, iOS is a swipe left, Android is native back control (swipe and/or hardware / virtual button) simple yet powerful https://miniapps.farcaster.xyz/docs/sdk/back
13 replies
16 recasts
100 reactions

timdaub pfp
timdaub
@timdaub.eth
Just tested? Is the swipe implementation FC-inhouse implemented? It feels like it haha (sorry) 1. Safari iOS swipe gesture can be started at left edge of screen and it will move the view like pushing a piece of paper to the right. After several attempts I cannot make the Safari gesture work on FC mini apps 2. Drag down gesture for closing mini app on Mini app starter sometimes interferes with left to right back swipe gesture. I guess the close-drawer swipe gesture can be disabled with `await sdk.actions.ready({ disableNativeGestures: true });`? 3. I think the mobile iOS version of this feature needs a signifier that back swiping can be done now. So I'd also show the back button left pointing caret on iOS that you're currently only showing on desktop 4. I know this is a ton to ask, but I'd love to have the ability to implement an external link browser for my mini app. So e.g. if you open that Source code link on your moe Mini App stater it would open that (see 👇 on how it looks like in the Kiwi iOS app).
2 replies
0 recast
2 reactions

timdaub pfp
timdaub
@timdaub.eth
Anyways @deodad not meaning to sound dismissive or negative here! I'm super bullish on this feature!
1 reply
0 recast
2 reactions

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
you can implement your own iFrame to have the in app browser in the mini app or link to users browser with sdk.actions.openUrl
1 reply
0 recast
0 reaction