I have a webview on view controller that load a page consist of list of item. If I click on each item, I want to navigate into spesific view controller and bypass an id from item's link.
Right now I have no clue how to do this. Is this even possible?
Any help would be appreciated. Thank you.