I’m on the same boat,
Android works fine - i’m actually able to click the individual links (which links out to native twitter pages)
IOS is a no show, I’ve added this code in my index.html file :
$(document).one(‘mobileinit’, function () {
$.mobile.allowCrossDomainPages = true;
});
and this in my config.xml:
ANY suggestions would be amazing
Also it works on IOS when I test in my own domain… just doesn’t work on a Phonegap app test page