Alex7111055
Posts: 0
Joined: Wed Sep 17, 2014 11:44 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Thanks. i have now committed to the 2014 edition of this device.

Others users might still appreciate a response however?

Thanks

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi Alex,

We will update you here when we'll be able to test on this device.

Regards.

Alex7111055
Posts: 0
Joined: Wed Sep 17, 2014 11:44 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

The above is no longer working on the Galaxy Note 10.1 2014 (SM-P600) Edition running Android 4.4.2

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hello!

Unfortunately there is no such device for us to test...

Louis
Posts: 0
Joined: Wed Nov 05, 2014 2:03 pm

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi Alex,

Have you tried just opening the PDF into the browser? I prefer to open PDF's straight into the users browser using InAppBrowser so it never leaves the application. It also has loading and "Done" button for the user to close.

Something like:
codewindow.open('https://urltopdf.com', '_blank', 'enableViewPortScale=yes');/code

Using view port scale also allows the user to pinch and zoom in on the PDF. This also means the PDF is opened into the full screen of the device, and no extra javascript / css is needed to make work across multiple screens.

This might not be a solution for you, but it's another option to look into.

Alex7111055
Posts: 0
Joined: Wed Sep 17, 2014 11:44 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi Louis,

Thanks for your reply.

They must stay in the app as there are panels that pop out over the PDF for them to make notes and other functionality.

we got it working with the below inside the HTML element. where src is updated via JS.
code
<html>

Code: Select all

 <iframe id="eURL" src="" width="100%" height="100%"></iframe> 

</html>
/code

Unfortunately Google have now changed their viewer so it displays the entire PDF rather than one page at a time like it used to. This is hogging the memory and slowing the app down!

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hello Alex,

Marina meant that we don't have such a device and unfortunately we can't test this issue.

Alex7111055
Posts: 0
Joined: Wed Sep 17, 2014 11:44 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Can we mark this one as "Community resolved" then?

Return to “Issues”