hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
423 stars 51 forks source link

navigate to a different fragment using navigate #234

Closed dadja closed 6 months ago

dadja commented 2 years ago

Hello all, this might be a stupid question but i need to ask for a response been a week i'm trying stuff and its not working. How to navigate from a fragment uri to another one using the "navigate" function. In my main activity i want to show a local fragment first before navigating to a server webview. i did pass the uri set in the path configuration in my activity using the "delegate(delegate.navigate(uri)"(from androifd) but its not working. and inside fragment also i need to use it to move to another fragment container where i will show our server webviews . The navigate function seems to be not working or did i missed something thanks

dadja commented 2 years ago

understood how it works now thanks i will need to write an article to make clear for all newbies using turbo