I am building a list app, where list-items can be selected. Only one item can be selected at a time. A detail-view for the list-item is displayed below the list.
Now I want to change the url based on which item is selected, without navigating to another page.
Is it possible? If yes, how?
Thanks