Open adamk22 opened 1 month ago
yes same thing happening for "photos and camera" method. We are waiting an update...
Same here
Hello! I'm glad to hear that the library is helping you.
This is a common issue, as the path string used to open a specific page may change across different iOS versions. Simply updating the string to match the new pattern would cause it to stop working on older versions, and vice versa.
To definitively resolve this, we need to map the paths for various iOS (and also Android) versions and use the correct path based on the detected version. I'm currently working on this and it will be addressed soon.
The library already supports opening customizable paths, so it's possible to implement this check directly within your application. I'm developing a solution that covers all relevant versions, but I need to complete another task I'm currently handling first.
If you'd like, feel free to open a pull request if you can't wait a bit. Either way, an update will be released within a few days.
Thank you for your understanding and support!
Hello! Do you have any updates? We are eagerly waiting together and excited.
@yanncabral Hi, the issue in iOS 18 still continue after your new update.
Seems this plugin is having issues with iOS 18 (possibly related #20 and #21 ) since calling the WiFi method does not open the wifi settings but opens up the general settings page instead.