Skip to content

Commit

Permalink
add deep linking demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
kensodemann committed Nov 16, 2018
1 parent bbee706 commit af04e9e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site
.jekyll-metadata
.idea
*.swp
.vscode/
17 changes: 0 additions & 17 deletions _posts/2016-07-04-the-tools-are-borked.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@ a MKE user's group demonstration, but that one _should_ be easier to deal with s
Oh, and don't try using ```ng generate route``` for now. It is intentionally disabled until the router development
calms down a bit, but it does give a link to some [interesting router information][router], so that is useful.

[Current Weather][rootTest]

[Forecasts][categoriesTest]

[UV Index][ratingsTest]

[Current Weather URI][rootTestURI]

[Forecasts URI][categoriesTestURI]

[UV Index URI][ratingsTestURI]


[angular2]: https://angular.io
Expand All @@ -94,9 +83,3 @@ calms down a bit, but it does give a link to some [interesting router informatio
[TOH]: https://angular.io/docs/ts/latest/tutorial/
[apidocs]: https://angular.io/docs/ts/latest/api/
[router]: http://victorsavkin.com/post/145672529346/angular-router
[categoriesTest]: https://world-of-teas.herokuapp.com/#/categories
[ratingsTest]: https://world-of-teas.herokuapp.com/#/ratings
[rootTest]: https://world-of-teas.herokuapp.com/#
[categoriesTestURI]: kwsweather://world-of-teas.herokuapp.com/#/categories
[ratingsTestURI]: kwsweather://world-of-teas.herokuapp.com/#/ratings
[rootTestURI]: kwsweather://world-of-teas.herokuapp.com/#
34 changes: 34 additions & 0 deletions _posts/2018-11-16-deep-linking.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: post
title: "Deeplinking Test Links"
date: 2018-11-16
categories: ionic cordova
---

These links are associated with my public [Deeplinks Demo][PublicDeeplinksDemo] application. This application does not fully work on iOS at this time. I could rectify that, but it is not really all that high on my list of things to do at this time.

- [Current Weather][rootTest]
- [Forecasts][categoriesTest]
- [UV Index][ratingsTest]
- [Current Weather Using URI][rootTestURI]
- [Forecasts Using URI][categoriesTestURI]
- [UV Index Using URI][ratingsTestURI]


These links are associated with the private Ionic Customer Success demo applications (the code and app are private, not the web-site...)

- [Green Tea][greenTest]
- [White Tea][whiteTest]
- [Yellow Tea][yellowTest]


[PublicDeeplinksDemo]: https://github.com/kensodemann/deeplinks-demo
[categoriesTest]: https://world-of-teas.herokuapp.com/#/categories
[ratingsTest]: https://world-of-teas.herokuapp.com/#/ratings
[rootTest]: https://world-of-teas.herokuapp.com/#
[categoriesTestURI]: kwsweather://world-of-teas.herokuapp.com/#/categories
[ratingsTestURI]: kwsweather://world-of-teas.herokuapp.com/#/ratings
[rootTestURI]: kwsweather://world-of-teas.herokuapp.com/#
[greenTest]: https://cs-demo-deeplink.herokuapp.com/green
[whiteTest]: https://cs-demo-deeplink.herokuapp.com/white
[yellowTest]: https://cs-demo-deeplink.herokuapp.com/yellow

0 comments on commit af04e9e

Please sign in to comment.