I want my Phonegap App to open a Flash-Webpage in the Android Browser, not in Webview. I tried it with a normal HTML Anchor Tag. This doestn’t work. Window.open also opens the page internally and I get the message: “Alternate HTML Content should be placed here. This requires the Adobe Flash Player.” Strange is, that when I click on the following Link “Get Flash” the Android Browser opens…
I use JQuery Mobile 1.0rc2 and Phonegap 1.1.0 on a Samsung Galaxy S with Android 2.3.3.
I want my Phonegap App to open a Flash-Webpage in the Android Browser, not
Share
Did you already set the
rel="external"andtarget="_blank"properties on the link and configure the PhoneGap.plist “ExternalHosts” section?This forum post may help.