I’m building a screen for my weather app that displays weather radar images from NOAA. Since Corona doesn’t support map overlays, I had to use a webpopup instead.
The web popup loads loads a local html file that does all the work in javascript.
The following test file works correctly in desktop Safari, Firefox, and Chrome. It even works correctly in the Corona simulator. However when I build for the iOS simulator or the actual device, the only thing displayed is the map, but the radar image overlay does not show up.
Does any one know whats causing this and how to solve it?
Thanks
this is the html file:
[code]
[html]
[/html]
[/code] [import]uid: 33608 topic_id: 27392 reply_id: 327392[/import]