I am trying to use the FileChooser to open a .scl files and .kbm files in iOS everything works fine on iPads but on the iPhone I get some unique bugs.
- .scl files and .kbm files are greyed out if in iCloud
- .scl files and .kbm files are available to select but do not open in store “On Device”
This is how I call the FileChooser
chooser = std::make_unique<FileChooser>
("Load mapping from .kbm file...", getLastFile(), "*");
