Git Product home page Git Product logo

ionic2-deeplinks-demo's Issues

Doesn't compile, can't figure it out

I can't seem to get this project too compile (I have the latest Ionic CLI and Typescript engines installed which may be causing conflicts).

In a new Ionic 2 application, I was attempting to setup a simple route to "/home" like below. However, when running ionic serve, I get a 404 when navigating to "http://localhost:8100/home".

Does ionic serve setup wildcard routes in Node so that index.html is always served and Angular and Ionic can then see the URL and handle routes?

      Deeplinks.routeWithNavController(
        this.nav,
        {
          '/home': HomePage
        }
      ).subscribe((match) => {
        console.log('Successfully routed', match);
      }, (nomatch) => {
        console.warn('Unmatched Route', nomatch);
      });;

Ionic 3 Update

Could you please provide a sample of how to use this with Ionic 3.

ionic4

Could an example be updated for ionic4 and angular 6+
This example is very old & I am having difficulty translating the approach to a modern version.

Update for RC1+

I'm trying to get this working in RC3. Any chance you could update this repo to reflect how to do that? Thanks!

DeepLink Params

The pages with params don't route anymore , $args is empty and the params show up in $link

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.