- This topic has 8 replies, 2 voices, and was last updated 11 years, 2 months ago by support-octavio.
-
AuthorPosts
-
dm-conceptMemberHello,
I want to use the excellent tutorial on Wayne “How to Scroll HTML Widget Content” but I have a problem:
The “ScrollHTMLWidget-technique2” file works fine alone, but integrated into an application, it does not work.
In summary, I create a start page with a “rouded list” to “ScrollHTMLWidget-technique2”. After the test center, “ScrollHTMLWidget-technique2” does not work.Sorry for my english …
Thank you for your help.
Best Regards
dm.
Attachments:
You must be logged in to view attached files.
dm-conceptMemberHello,
There is nobody to help me?
Please …
Best Regards
DM
support-octavioMemberHi dm-concept,
I have reviewed your project and replicated the issue. I escalated the issue to the dev team and will follow up with you as soon as I have more information.
support-octavioMemberHi,
Attached the modified project that works correctly. Thanks to Vadim (lead dev) for pointing the problem. Note the call to the instruction myScroll.refresh(); in the phoneui.postPageTransition function in the _custom.js file.
Attachments:
You must be logged in to view attached files.
dm-conceptMemberHello Octavio,
Thank you for your support.
I still have the problem. I remade a simulation (attached) is two cases:
1. In page architecture “Local Web Page (Static), the links work but the first page is ok
2. In page architecture “Remote Web Page (Ajax) – my priority – links block on” downoald ”Do you have any idea ?
Thank you for your help.
Best Regards
DM
Attachments:
You must be logged in to view attached files.
support-octavioMemberHi DM,
I started looking at your project and noted that you are using the same id for the wrappers and scrollers. You should be using a different name for each to avoid undesired results. Tomorrow will continue investigating the problem with the scroller in the multipage and share results with you.
>2. In page architecture “Remote Web Page (Ajax) – my priority – links block on” downoald ”
Can you share more details about this problem? I am not sure if I understood the issue.
dm-conceptMemberHello Octavio
In the test center, with a montage “remote Web page (AJAX) when I click on List item, the link is not responding and I have the window” download “. (Attached image).
Thank you in advance for your efforts.
Best Regards
Attachments:
You must be logged in to view attached files.
dm-conceptMemberHi,
I think it is dead, no one found the solution …
Thank you anyway
Best Regards
support-octavioMemberHi dm-concept,
Apologies in the delay following up. I have taken a look at this architecture issue: the thing is that $(document).ready() is called immediatelly here – because document is ready but the part that’s populating (HTML content of dynamic page) is not ready yet.
Moving iScroll creation into postPageTransition function shold solve the problem.
See attachment scroll.jpgSee attachment as example.
Attachments:
You must be logged in to view attached files. -
AuthorPosts