So, I am making my own page (which is going to be an embedded <iframe>
for other websites later). The page simply is an advertisement banner.
I want the banner to be visible for mobile users only, and the content has to different for Android and/or iOS users (by tracking is it Safari browser for example).
I've never had an experience with the <iframe>
before, so I don't really understand how the data works with it. Can it be configured on the side of the iframe (my page, the banner's source code)? Or it has to be configured on the website, which is using the <iframe>
?