Page 2 of 4

Text area inside footer jumps on tap

Posted: Thu Nov 27, 2014 9:29 pm
by Cody Blue

The current version is the latest and restored: please use it for testing.

From your description, it seems like the cached version had autoscroll functionality in it, causing to scroll to end of screen.

Regards


Text area inside footer jumps on tap

Posted: Thu Nov 27, 2014 9:39 pm
by Maryna Brodina

It is still the same version as on screenshot I posted above.

By the way if it works the way you need with autoscroll, why don't you use it? Does it cause any other problem?


Text area inside footer jumps on tap

Posted: Thu Nov 27, 2014 10:15 pm
by Cody Blue

Maryna, how this can happen is completely beyond my comprehension. Could you manually disable the following code on virtualClick of "friendsMessageBox" on "FriendsMessages" page (This is exactly what I have in the latest revision) in your version that you are using.

code
//$("html, body").animate({ scrollTop: $(document).height() }, 1000);
/code

The autoscroll is disruptive with user experience and we are trying to achieve a consistent implementation across all pages in the project (for instance in another case the user need to see content at top of page while commenting).

Thanks!


Text area inside footer jumps on tap

Posted: Fri Nov 28, 2014 7:43 am
by Cody Blue

Hi,

Have you had success in being able to restore your code base to the recent version just yet?


Text area inside footer jumps on tap

Posted: Fri Nov 28, 2014 2:53 pm
by Maryna Brodina

Hello!

Create app version we need to test and send this project backup at a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.


Text area inside footer jumps on tap

Posted: Fri Nov 28, 2014 6:10 pm
by Cody Blue

Just sent the backup (its nothing but the latest version you should have had access to). Did you get it? Consider posting the solution on this forum so the community can benefit from resolution.


Text area inside footer jumps on tap

Posted: Fri Nov 28, 2014 7:05 pm
by Alena Prykhodko

Yes. Got it. We'll update as soon as have some news.


Text area inside footer jumps on tap

Posted: Mon Dec 01, 2014 10:56 am
by Maryna Brodina

Reproduced with the backup you sent.


Text area inside footer jumps on tap

Posted: Wed Dec 03, 2014 10:15 am
by Maryna Brodina

Hello Cody!

I am sorry to have to tell you, but this issue is something outside the scope of standard Appery.io platform support.

It is not allowed to put text area in footer using standard drag&drop, but it is done in app with custom implementation.

There are a lot of custom CSS in app which require debugging and should be done on your side.


Text area inside footer jumps on tap

Posted: Wed Dec 03, 2014 12:24 pm
by Cody Blue

Hi Maryna,

I'm not sure if I understand the perspective. You can see that drag and drop clearly allows for grid component to be placed in footer and text area inside the grid. To start with, I had done that on your team's suggestion.
https://getsatisfaction.com/apperyio/...

I am also bit disappointed at this feedback. We've gone through a rather long iteration of me explaining issues, producing back-ups and such, and to be told what you did is, I'm afraid, frustrating for me.

I am not aware of any other viable means of UI messaging input with Appery components, which is a pervasive use case so I'm not sure how else can I go about implementing it.

As regards the CSS, you are welcome to comment out 1) footer-navbar-CSS 2) navbar-footer-CSS for the purpose of solution testing. Even otherwise a simple one page Appery app could easily be used to solve this problem.

Regards.