Want to View .dwg
files in UIWebView
in Iphone,
I have tried to load the URL of .dwg
file in webview
.But its not loading.
Please suggest any 3rd party browser or any other way to viewing .dwg
files.
Thanks in Advance.
Asked
Active
Viewed 1,078 times
0

Tobi Nary
- 4,566
- 4
- 30
- 50

I'm a Learner
- 193
- 1
- 2
- 15
-
http://stackoverflow.com/questions/13866622/autocad-format-viewer-on-ios – Larme Jan 28 '16 at 10:19
1 Answers
3
here is the list of supported document formats, it's no AutoCAD there https://developer.apple.com/library/ios/qa/qa1630/_index.html#//apple_ref/doc/uid/DTS40008749
you can try to use Autodesk DWF Toolkit for this http://usa.autodesk.com/adsk/servlet/index?id=823771&siteID=123112

Igor
- 1,537
- 10
- 12
-
-
Any sample ios application or code for opening .dwg file in webview, if any. – I'm a Learner Jan 28 '16 at 11:25
-
you can't open dwg in webview, as I mentioned earlier. Try to investigate the toolkit from Autodesk – Igor Jan 28 '16 at 12:04