iOS 4.2 - Printing DOC, PPT, XLS, etc. with Apple AirPrint?

爱⌒轻易说出口 提交于 2019-12-02 19:51:51

I found how to fix it, for some reason if I don't use the mime type it works. I just saved the file to the local storage and used the other load method for the webview that loads the content based only on an URL. Hope it helps...

Thanks, I follow your hint and it work now. Using loadRequest instead:

[internalWebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:path]]];
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!