-
6 Nov 2012 8:25 AM #31
You will need to include the 'pdf.js' and 'compatibility' as well in your application,
You can include in "index.html" like aBut I suggest to use app.json file for.Code:<script src="{link to the script}" ...
This is how pdfjs include looks like in app.json:
Code:"js": [ { "path": "sdk/sencha-touch.js" }, { "path": "sdk/pdf.js/pdf.js" }, { "path": "sdk/pdf.js/compatibility.js" } ]
-
6 Nov 2012 8:50 AM #32
Oh my gosh, thank you so much!! This is now working.
I've been looking at it all day and lost all hope of making it work. Thank you so much
-
13 Nov 2012 9:32 AM #33
pthirlby,
What tool did you use. I am looking at doing the exact same thing. Thanks for any input.
-
14 Nov 2012 2:00 AM #34
PDF to JPG
-
17 Nov 2012 9:47 AM #35
Found this...
Found this...
Thought this might be of interest to some of you - Uberflip seems to have been written using Sencha Touch, its custom PDF software. If you visit this page in Safari with developer tools turned on and user agent as Safari for iPad:
http://goingdigital.uberflip.com/i/92533/7
Their zooming technique seems very nice and smooth, just like native iOS.
:-)
-
18 Nov 2012 2:06 AM #36
-
23 Nov 2012 9:15 AM #37
Android Suport
Android Suport
this examples work on android devices ? I can't get it to work...
-
28 Nov 2012 12:33 PM #38
It worked on Android 4, but not on Android 2.3.3 - 2.3.7 and as per http://developer.android.com/about/d...rds/index.html , it covers half of the market.
Is there any chance to have the print functionality for this component?
Thanks
-
13 Dec 2012 8:05 PM #39
Doesn't seem to work on Android 4.2, this is a picture from my Nexus 7.
All garbled text, it works great on iOS and on my desktop browser though.
Any solutions or workarounds? Great framework otherwise..

-
23 Dec 2012 1:43 AM #40
has any one gotten this to work in Production
has any one gotten this to work in Production
i see it works in the browser locally but once i build production (cmd >> sencha app build production)
and upload it to my server it does not work. same issue like was mentioend above by 'morphew'
but im not using a local file im using the pdf example you give (http://cdn.mozilla.net/pdfjs/tracemonkey.pdf).


Reply With Quote