Hi,
I’m experiencing some issues with sliders and a few other display elements when running my Ionic app on iOS 18.6. Everything works well in web browsers, but problems appear on an actual iOS device during simulation.
I contacted Apple Support, and they mentioned that I need to replicate the issue natively using Xcode — not through CocoaPods or any framework. However, since my project is built using Ionic as the foundation, this isn’t directly possible.
Could these issues be caused by CocoaPods or a specific CocoaPods version? How can I debug the app in Xcode to identify where things might be going wrong within CocoaPods or Ionic? What is the usual method for debugging such issues? I suspect there may be a compatibility problem between CocoaPods and one of the plugins, which could be causing the display misalignment and slider touch inaccuracies.
I would appreciate any advice on how to properly debug this before I start asking more specific technical questions about the root cause.
Thank you.