Posts

Showing posts from December, 2020

Google Map with current location in Outsystems Studio - 2020 For Beginne...

Image

Clone android project from BitBucket | How to clone the source through A...

Image

Firebase integration in Outsystem Studio - 2020 For Beginner | How to im...

Image

Google assistant app action implementation for ionic application

  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"                  urlParameter = "featureName"   />          </ fulfillment >          < parameter   name = "feature" >              < entity-set-reference   entitySetId =