Hello! I have a small sprite at the bottom of the screen called CallStore. I want to place an iframe behind this sprite with the url directed to an empty html file in the root of my website. Example "CallStore1.html"
The only element on this page is a hyperlink with Store1's phone number. When the user touches the call button I want them also to touch the hyperlink in the Iframe so the device will open the Call Dialogue on the device with the phone number and ready to call. I assume I need to use the html content property of the iframe but i can't seem to get anything to work. Any suggestions? Thank you!