🏗 Installation
Install the Gleap package via the cordova CLI.Please have a look into our JavaScript SDK to learn how to
include Gleap into your web app.
Data regions are not supported by this SDK yet. It always connects to the EU region.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cordova plugin add cordova-plugin-gleap
function onDeviceReady() {
// Cordova is now initialized.
// Initialize the Gleap SDK & have fun!
cordova.plugins.GleapPlugin.initialize("YOUR_API_KEY");
}