javascript - cordova open created local file on iPad -
i create local pdf file using jspdf, wan't open in it's proper native app (adobe reader example) giving user th posibility print file.
for android used plugin https://github.com/jwark/fileopener/tree/cordova-3.0 , works great!
but ios (just ipad no iphone support needed) can't find solution, 1 http://www.tricedesigns.com/2012/08/15/open-with-in-ios-phonegap-apps/ people on comments doesn't support cordova 3 , doesn't have config.xml file...
i tried open pdf file using inappbrowser (i don't know if 1 th user ability print file) filesystem doesn't return valid file using both fileentry.fullpath , fileentry.tourl()
any solution appreciated ! in advance !
cordova 3.4.0 file system
Comments
Post a Comment