You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data is not rendering if it is from an http call. Once you resize the browser window then everything is working fine. In mobile, as we can't resize the window, it's not showing any data. Please have a look at this plunker.
The text was updated successfully, but these errors were encountered:
Delegate for handle "mainScroll" could not find a corresponding element with delegate-handle="mainScroll"! getScrollView() was not called! Possible cause: If you are calling getScrollView() immediately, and your element with delegate-handle="mainScroll" is a child of your controller, then your element may not be compiled yet. Put a $timeout around your call to getScrollView() and try again.
So if you add a temporary <ion-slide> as a child element inside your <ion-slide-box>, then the issue is fixed. Afterwards you can update the slides received from the API call.
Was trying to find the getScrollView() method in our code, but we havent used it in our .js file.
So it might be called from library itself.
If someone knows any option to stop that function call, it would be of great!
The data is not rendering if it is from an http call. Once you resize the browser window then everything is working fine. In mobile, as we can't resize the window, it's not showing any data. Please have a look at this plunker.
The text was updated successfully, but these errors were encountered: