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
101 reactions

Haole pfp
Haole
@haole
Great! I need update my client to support this soon. any implementation tips to share?
1 reply
0 recast
2 reactions

Tony D’Addeo pfp
Tony D’Addeo
@deodad
on web just render a button on iOS its as easy as setting allowsBackForwardNavigationGestures on the WebView component from react-native-webview to true when back state is visible on android this isn't supported but you can plug into the `hardwareBackPress` event like so https://gist.github.com/deodad/834ac4b5e33217c4b2fffe292a8f2e22 hmu if you have qs
1 reply
1 recast
2 reactions

Haole pfp
Haole
@haole
Thank you so much! Will try it!
0 reply
0 recast
0 reaction