Images, maps, and videos in master-detail Ionic 3

I have finally managed to figure out (with help) how to pass details from a list to a detail page. However, since I am working on a historic sites app, i would also like to pass images, a map location, and (for some entries) videos to the detail page. I would appreciate any suggestions about how to do this. Thanks.

If you understand the list/detail pattern and can pass values to your net page, you can basically add any other values to the navParams as well!

Regarding videos or maps, perhaps use the basic data and not the fully created map object or the path to the media file and not the file itself.

If you need more help, add some of your code so we can find a way :slight_smile: