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 plugin is just perfect on Android but I have troubles in iOS.
Both my tabs and slides are dynamically set using an HTTP service. In iOS the first slide loads perfect and when changing to next slide, I'm fetching the contents from another service. The View binding is working, but the contents just doesn't display on the screen. But, this scenario is perfect in Android and I have dynamic content loading onSlideMove.
On the DOM, I observed that the CSS transform, translate, left etc are not set properly in iOS platform. Could this be the issue? Could you please help?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
The plugin is just perfect on Android but I have troubles in iOS.
Both my tabs and slides are dynamically set using an HTTP service. In iOS the first slide loads perfect and when changing to next slide, I'm fetching the contents from another service. The View binding is working, but the contents just doesn't display on the screen. But, this scenario is perfect in Android and I have dynamic content loading
onSlideMove
.On the DOM, I observed that the CSS
transform
,translate
,left
etc are not set properly in iOS platform. Could this be the issue? Could you please help?Thanks.
The text was updated successfully, but these errors were encountered: