All Projects → ionicthemes → ionic-socialsharing-with-deeplinking-example

ionicthemes / ionic-socialsharing-with-deeplinking-example

Licence: other
Ionic Social Sharing and Deep Linking example app. Complete Ionic Tutorial with free example app! Built for Ionic 3.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ionic-socialsharing-with-deeplinking-example

ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (+118.75%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic-apps, ionic2-examples, ionic3, ionic-tutorial
ionic3
This repository contains complete source code for Ionic 3 tutorial from https://ampersandacademy.com/tutorials/ionic-framework-3. I will try many Ionic 3 specific scripts and will write them as separate tutorial. You can follow this repo to get more tested and working script for the Ionic 3.
Stars: ✭ 21 (+31.25%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic2-examples, ionic3
ionicfirebaseauth
Exemplo de alguns tipos de autenticação com Ionic 2 e Firebase
Stars: ✭ 18 (+12.5%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-3-video-calling-using-webrtc
This is demo code of how to implement video calling in ionic 3 using webrtc
Stars: ✭ 58 (+262.5%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
Ion Affix
A directive for Ionic framework for creating affix headers.
Stars: ✭ 58 (+262.5%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (+18.75%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-facebook-login
Ionic starter app to show you how to add Facebook Log In to an Ionic App.
Stars: ✭ 69 (+331.25%)
Mutual labels:  ionic, ionic-framework, ionic-apps, ionic-tutorial
fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (+237.5%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-video-chat-support
Ionic 3 Video and Group Text Chat
Stars: ✭ 19 (+18.75%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic-apps
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (+37.5%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+1200%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (+187.5%)
Mutual labels:  ionic-framework, ionic2, ionic-apps, ionic3
ionic-uber-clone
Ionic 4 Taxi Booking script
Stars: ✭ 34 (+112.5%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (+12.5%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+4893.75%)
Mutual labels:  ionic, ionic-framework, ionic2, ionic3
chihu
ionic2-example <吃乎>一款美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 64 (+300%)
Mutual labels:  ionic, ionic2, ionic-apps, ionic2-examples
Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (+381.25%)
Mutual labels:  ionic, ionic-framework, ionic3
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (+306.25%)
Mutual labels:  ionic, ionic-framework, ionic3
google-maps-places-geolocation-for-your-ionic-app
Ionic example app of how to add Google maps, places, geolocation and related features into an Ionic Framework app.
Stars: ✭ 13 (-18.75%)
Mutual labels:  ionic, ionic-framework, ionic-tutorial
Ionic3 Start Theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 129 (+706.25%)
Mutual labels:  ionic, ionic-framework, ionic3

Social Sharing and Deep Linking in Ionic

This repo is part of an Ionic 3 Tutorial where you can learn how to add Social Sharing and Deep Linking to any Ionic Framework Apps. The most common use case for deep links is to share content buried within the navigation tree of the app.

This ionic 3 example app contains a feed of items that users can Share using Social Sharing Cordova Plugin

Ionic 3 Tutorial

Install the app

npm install

Run the app

ionic serve

Install plugins

cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=demoapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=demoapp.com

Testing Deeplinks in Android

adb shell am start -a android.intent.action.VIEW -d "demoapp://items/1" adb shell am start -a android.intent.action.VIEW -d "demoapp://about"

Some info about deep links

A mobile deep link let users share content that's hidden deep inside an app. For example, if you want to send someone a link to a particular t-shirt from an app, you will do so by using a deep link. Without a deep link, your friend will have to find the specific app, open it in the homepage and then find the t-shirt (and hopefully they don’t get lost in the way).

Find more ionic tutorials and ionic starter apps

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].