Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70429

Need a quick help on scroll issue

$
0
0

@Papagayo69 wrote:

Hi everybody,

I need a quick help on a scrolling issue in ionic.

I've got a simple list in a content, but I don't know why the scroll keeps coming back to the top of the list..

Anybody faced that issue ? I'll try to post some code if no one had it...

I tried many things like ion-scroll, but no luck...

here's an extract :

> <ion-view view-title="News">
> <ion-content scroll="true"> 
>         <ion-list>
>         <ion-item class="item-thumbnail-left" ng-repeat="item in items">
>                     <img ng-src="{{ item.image }}">
>           <h2>{{ item.album }}</h2>
>           <h4>{{ item.artist }}</h4>
>         </ion-item>
>         </ion-list>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70429

Trending Articles