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 test it on device.

Please try to use "inline" type of header:

See details: http://prntscr.com/4pedsl/direct

Regards.

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

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

...and it's as easy as that!

I have also remove the display:block too as this was causing some issues.

Thanks for all your help!!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi Alex,

Glad it's working!

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

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Apologies,

We are now issuing the Galaxy Note 10.1 2013 edition and the app is not working on this device...

Everything is working but the PDF is not displayed...

It shows it loading for a second and then it disapears...?!

Setting the HTML to display:block stops the panel from working, and setting the height to 100% hides the Google viewer nav and zoom bar under the header?

Thansk again for you help

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

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi,

So, for testing, i have update the CSS to:

code
html body .fullScreenHtml {
position: absolute;
left: 0;
right: 0;
/* you need to adjust it for header /
top: 44px;
/ you need to adjust it for footer */
bottom: 0;
width: 600px;
height: 600px;
border:solid 1px #999;
}

.embedClass {
display:inline;
width:500px;
height:500px;
border:solid 1px #999;
}
/code

Where .fullScreenHtml is the HTML component Class.

inside the HTML component i have:

code
<script type="text/javascript">

Code: Select all

 var PN = localStorage&#46;getItem('ProjectNumber') ; 

 var URL = "https:&#47;&#47;docs&#46;google&#46;com/viewer?url=http:&#47;&#47;xxx" + PN + "&#46;pdf" ; 

 document&#46;getElementById('eURL')&#46;setAttribute("src", URL); 

</script>
<embed id="eURL" src="" class="embedClass" >
/code

This produces:
Image

As you can see, everything is working but the PDF isn't displayed!

I've run out of ideas, and would be greatful for any suggestion.

Thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi Alex,

We'll check this..

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

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Thank you, we were hoping to roll this out soon...

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Dear Alex,

Sorry for delay. Seems, link you have provided previously is outdated.

Could you please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and send us the app name?

Also please tell steps to test.

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

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi,

So it has taken you 5 days to respond and we're no further forwards?!

I have been through all this above, please read the entire thread.

I cannot share the test anymore as i have reached my app allowence but the above will tell you how to recreate it.

I have decided that the 2013 version of the Note 10.1 is not compatible with Appery.io.

Apps works fine on the 2014 edition.

I suggest you go out and buy one as the date pickers also do not work correctly on the 2013 edition.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App not working correctly on Samsung Galaxy Note 10.1 2014 edition

Hi Alex,

Unfortunately, we cannot find such device, even personal, to test your application. We will ask our management to provide us with this specific device.

We are very sorry for the inconvenience!

Return to “Issues”