Posts
Showing posts from December, 2020
Clone android project from BitBucket | How to clone the source through A...
- Get link
- X
- Other Apps
Firebase integration in Outsystem Studio - 2020 For Beginner | How to im...
- Get link
- X
- Other Apps
Google assistant app action implementation for ionic application
- Get link
- X
- Other Apps
Step 1: Install the deep link Cordova plugin https://ionicframework.com/docs/native/deeplinks ionic cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/ npm install @ionic-native/deeplinks Step 2: Create actions.xml file and place in the following directory resource/android/xml/actions.xml <? xml version = "1.0" encoding = "utf-8" ?> < actions > < action intentName = "actions.intent.OPEN_APP_FEATURE" > < fulfillment urlTemplate = "https://your_deeplinkurl_place_here/open{?featureName}" > < parameter-mapping intentParameter = "feature" ...