React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components. Here's how you can integrate the WebEngage SDK with your react native apps: 1. Install WebEngage React Native Library Use the below comma...| Dev Docs
Flutter is an open-source UI software development kit created by Google. It enabled you to develop apps for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase. The WebEngage Flutter Mobile SDK supports all the latest OS versions of Android and iOS . Currently, the ...| Dev Docs
Cordova , formerly called as PhoneGap, is a platform to build native mobile applications using HTML5, CSS and JavaScript. It acts a container for running a web application written in HTML, CSS, JS. Ionic uses Cordova to deploy native apps. Here's how you can integrate the WebEngage SDK with your hyb...| Dev Docs
🚧 Must Read: We recommend that you get yourself acquainted with the concept of System Events , Custom Events and their attributes before proceeding. Doing so will help you better understand the workings of this section. Here are a few Custom Event Templates to help you get started . WebEngage start...| Dev Docs
🚧 Looking to Integrate AMP Pages? Start here. 1. Add Domain to WebEngage Dashboard add-domain-configuration.gif Click to enlarge As shown above: Log in to your WebEngage dashboard and navigate to Data Platform> Integrations> SDK Integration Status (Configure). Add your website's domain name a...| Dev Docs
Installation The easiest way to use WebEngage in your Android project is with Maven . WebEngage Android SDK is hosted on mavenCentral Maven repository. Add dependencies of WebEngage in the app/build.gradle file. dependencies { implementation 'com.webengage:android-sdk:4.+' } 🚧 Please Note: After ap...| Dev Docs
Tracking in Android WebViews: JavaScript Bridge JavaScript bridge is useful if you are using WebViews in your Android app. WebEngage provides a JavaScript bridge which enables you to handle WebEngage Website SDK calls from your Android WebViews. When you use this bridge, all WebEngage JavaScript API...| Dev Docs