Safari View

Type CoronaProvider
Revision Release 2024.3703
Keywords native, showPopup, safari, safariView, webView
Platforms iOS

Overview

The Safari View plugin lets you display a web page popup using the SFSafariViewController, introduced in iOS 9.

Gotchas

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.safariView"] =
        {
            publisherId = "com.coronalabs"
        },
    },
}

Support