Hi I've got an adobe edge animate banner that animates and looks good. But I need it to be able to open a link (once the banner has been tapped on) in the Adobe Content Viewer app's in app browser window. Presently it only opens up within the 300x600 box that the ad is in.
Can you post your current link code?
It sounds like you are using the "_self" property which is opening it up inside the banner.
Try using window.open("yourlink", "_blank");
- Dylan