open link in other brower
I want to open the link that is vinculate in DFP ad, but it's opening in the app and I can't to back to the app
Not sure I understand, you mean ads are not opening in a new window? I'm pretty sure they do that by default.
Did you happen to find a solution to this issue @appscarvaja? We are making use of ngDfp in Ionic. We get the ad to display, but the target site launches on top of app making it unusable.
For ionic/cordova I'd recommend libraries that implement ads natively.
I'm currently making use of the cordova admit plugin as well, but it only works for one of our ad scenarios. Everything seems to work when I use ngDfp with the exception of the odd window behavior. We have the target window set to _blank on the server and I see it being passed down into the ad. It seems like I just need a way to manipulate the target window until I get the desired behavior. Prompting the user to select the system browser could also work.
To be honest, I'm not sure what the solution here is, I don't have that much experience with ionic/cordova. Is it possible to open external links in Safari?