I am using 3js assets url in swiper, But on Ipad/Iphone browser it is not working properly & application get crash randomly. (It's working properly on web browser)
Below is my code snippet.
<Swiper className="mySwiper">
<SwiperSlide>Slide 1</SwiperSlide>
<SwiperSlide><object data={`https://d1aokdoqn8tyug.....`}></object></SwiperSlide>
</Swiper>