This question is locked. New answers and comments are not allowed.
I have an app that will display some links.
Now when clicked the links open in the app -> so there is no way back :-(
This is what I have tried without luck.
Any help on that? Using Icenium 1.9 with cordova 3.
Markus
Now when clicked the links open in the app -> so there is no way back :-(
This is what I have tried without luck.
Any help on that? Using Icenium 1.9 with cordova 3.
Homepage <a href="javascript:window.open('#=Homepage#','_blank','location=yes');" target="_blank">#=Gemeinde#</a><br /><br /><br /> Homepage 2 <a href="#=Homepage#" data-rel="external" >#=Gemeinde#</a><br /><br /><br /> Homepage 3 <a href="#=Homepage#" data-rel="external" target="_blank" >#=Gemeinde#</a><br /><br /><br /> Homepage 4 <a href="#=Homepage#" data-rel="external" target="_system" >#=Gemeinde#</a><br /><br /><br /> Homepage 5 <a href="#=Homepage#" target="_system" >#=Gemeinde#</a><br /><br /><br /> Homepage 6 <a onclick="window.open('#=Homepage#', '_system');"> #=Gemeinde#</a><br /><br />Markus