Search found 88 matches

Go to advanced search

by JimmyH
Tue Mar 28, 2017 5:55 pm
Forum: Issues
Topic: Automatic Scroll to top of page on Load
Replies: 6
Views: 856
 
Jump to post

Automatic Scroll to top of page on Load

I figured it out. On click of the drop-box, i ran the following JS. window.addEventListener("load", myFunction); function myFunction() { setTimeout( Scroll, 100 ); function Scroll() { var Height = $( window ).height(); window.scrollBy(0, Height); console.log("Scroll Height:"+Heig...
by JimmyH
Tue Mar 28, 2017 2:34 pm
Forum: Issues
Topic: Automatic Scroll to top of page on Load
Replies: 6
Views: 856
 
Jump to post

Automatic Scroll to top of page on Load

Hi Sergiy,

I will keep my question simple then.

How do I stop my page scrolling to the top once all content has loaded?

This should be within your service, as there are many question re js through this service.

Thanks
James

by JimmyH
Sun Mar 26, 2017 6:08 pm
Forum: Issues
Topic: Automatic Scroll to top of page on Load
Replies: 6
Views: 856
 
Jump to post

Automatic Scroll to top of page on Load

Hi Sergiy, Unfortunately, it still does not work. When all the content is loaded, the page scrolls to the top and does not remain where the user is viewing. I have applied the follow javascript on-click for the button that opens the custom dropbox. var scrollPosition = Appery("Tour_Drop")....
by JimmyH
Sun Mar 26, 2017 4:26 pm
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5043
 
Jump to post

Youtube Component disappears on Phone

Thanks Illya, it worked for me as well.

by JimmyH
Wed Mar 22, 2017 10:12 pm
Forum: Issues
Topic: Automatic Scroll to top of page on Load
Replies: 6
Views: 856
 
Jump to post

Automatic Scroll to top of page on Load

Hi there, I have a problem when the page has finished loading, that the page scrolls to the top away from where the user is viewing content in a drop-list close to the bottom of the page. I do not want the page to scroll to the top of the page. Or Alternatively, I would like the page to scroll to th...
by JimmyH
Wed Mar 22, 2017 9:46 pm
Forum: Issues
Topic: Change to Apperyio.navigateTo functionality?
Replies: 4
Views: 760
 
Jump to post

Change to Apperyio.navigateTo functionality?

Hi sergiy,

I have used full refresh instead. If I have any further problems I will let you know.

You can close the job.

Thanks
James

by JimmyH
Fri Mar 17, 2017 1:36 pm
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5043
 
Jump to post

Youtube Component disappears on Phone

Hi Illya,

Sorry I did not mean plugin, I meant your Youtube component. It appears your component is only working intermittently on android and also through the browser.

Do you know if they identified any issues with Android?

thanks

by JimmyH
Fri Mar 17, 2017 12:48 pm
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5043
 
Jump to post

Youtube Component disappears on Phone

Hi Illya, Unfortunately I think this problem extends further than just IOs. I don't think the youtube plugin is working properly on android either. It appears to be working intermittently on android and also through the browser. You can view some clips then it fails. Any further updates? James
by JimmyH
Tue Mar 14, 2017 10:55 am
Forum: Issues
Topic: Change to Apperyio.navigateTo functionality?
Replies: 4
Views: 760
 
Jump to post

Change to Apperyio.navigateTo functionality?

Hi Sergiy,

I use JQM and the current library v4.0.

Thanks

by JimmyH
Tue Mar 14, 2017 8:57 am
Forum: Issues
Topic: Change to Apperyio.navigateTo functionality?
Replies: 4
Views: 760
 
Jump to post

Change to Apperyio.navigateTo functionality?

In the recent update to the platform, were there changes to the Apperyio.navigateTo functionality? I have noticed that functionality that previously worked using Apperyio.navigateTo without Full screen refresh, no longer works. They now require changing to Full screen refresh to get the functionalit...

Go to advanced search