Type CoronaProvider Revision Release 2025.3721 Keywords native, showPopup, quick look, preview Platforms iOS 
The Quick Look plugin enables you to preview/view documents on iOS via the native.showPopup() API.
To use this plugin, add an entry into the plugins table of build.settings. When added, the build server will integrate the plugin during the build phase.
settings =
{
    plugins =
    {
        ["CoronaProvider.native.popup.quickLook"] =
        {
            publisherId = "com.coronalabs"
        },
    },
}