Quick Look

Type CoronaProvider
Revision Release 2024.3703
Keywords native, showPopup, quick look, preview
Platforms iOS

Overview

The Quick Look plugin enables you to preview/view documents on iOS via the native.showPopup() API.

Functions

Project Settings

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"
        },
    },
}

Support

Sample project

Source code