@William_Wallace wrote:
Hello together,
I have a strange issue on multiple devices but not in the webview.When I scroll through my item list, which is build with cards on it, sometimes the link leads me to the wrong subpage. Which is kind of strange because sometimes everything is right.
Here is a code example, that you can see how I build the list and the card element, the ... are just placeholders. :
<div class="list card" >
<div class="item" ng-repeat="..." >
<a ui-sref="app.exampleState({someParameters})>
<img ng-src="...">
</a>
</div>
</div>Before I used separate divs for list and card, but changed it. It makes no different for the error. I start using cards in combination with the list-elements for better styling with scss. Not sure if it is a bad or a good way,
Thank you in advance for any help on this
William
Posts: 1
Participants: 1