For the record, it appears that SDL handles openURL
on iOS using the SDL_DropEvent
API. This is currently implemented in Lime window.onDropFile
, similar to a drag-and-drop on the desktop. I’m not sure if SDL is passing open with options, though