We've built a web solution using metronic react - no issues on windows or android devices, when on an apple device you can create a new record but when you then go to update it - it throws a submitForm(() TypeError: Load failed.
Has us stumped...
In the meantime, for Apple device users facing compatibility issues, using a virtual machine can be a practical workaround. Running a Windows virtual environment on a Mac allows you to access web applications exactly as they would appear on Windows systems, potentially bypassing the bugs encountered on native Mac browsers. For a comprehensive guide on setting up and using a virtual machine on a Mac, check out https://setapp.com/how-to/how-to-use-virtual-machine-on-mac This could be a useful resource for testing and ensuring your web solution works seamlessly across all platforms.
It sounds like you've encountered a platform-specific issue with your web solution built using Metronic React, particularly on Apple devices. Platform compatibility issues like these can be tricky, especially when they manifest only under certain conditions, such as updating records. To debug this issue, you may need to look into the specifics of how forms are handled differently on iOS devices or if there are any JavaScript features not supported by Safari.
Hi,
Not sure how to help you, cause we aren't able to reproduce your exact case. We've tested evrth related forms and it works in iOS/MacOS.
Try to check the SO thread https://stackoverflow.com/questions/60890774/formik-submitform-typeerror maybe it will help you.
Regards,
Keenthemes support