GithubHelp home page GithubHelp logo

Comments (5)

elmor34 avatar elmor34 commented on June 8, 2024

I 've solved the problem. Now it works with the latesr version 1.1.
Only urigo:ionic and urigo:angular need to be added.
Changed :

Packages to :

meteor-platform
insecure
urigo:ionic
urigo:angular

and app bootstrap to :

    Meteor.startup(function ()
    {
      angular.bootstrap(document, ['starter']);
    });

angular.module('starter', ['angular-meteor','ionic', 'starter.controllers'])

.run(['$ionicPlatform',function($ionicPlatform) {
  $ionicPlatform.ready(function() {
    // Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
    // for form inputs)
    if(window.cordova && window.cordova.plugins.Keyboard) {
      cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
    }
    if(window.StatusBar) {
      // org.apache.cordova.statusbar required
      StatusBar.styleDefault();
    }
  });
}])

from meteor-ionic.

elmor34 avatar elmor34 commented on June 8, 2024

Thank for attention.

from meteor-ionic.

Urigo avatar Urigo commented on June 8, 2024

:) good job and thanks for sharing your solution

from meteor-ionic.

Urigo avatar Urigo commented on June 8, 2024

By the way, what was your problem?

from meteor-ionic.

elmor34 avatar elmor34 commented on June 8, 2024

Thankas.
But there is something interesting about href usage.

Within ion-content the first group within ion-list make page change
succesfully,
but in the second group which works in normal ionic, in meteor-ionic just
changes the url but does not change the page.

Any idea ?

Best regards...
Gokhan AYKAN - Istanbul

<ion-item nav-clear menu-close href="#/cari/list">
    cari list
</ion-item>
<ion-item nav-clear menu-close href="#/app/playlists">
    Playlists
</ion-item>
Change page using href attribute

Animate change page using href attribute

Programmatically change page

On Thu, Apr 2, 2015 at 4:36 AM, Uri Goldshtein [email protected]
wrote:

:) good job and thanks for sharing your solution


Reply to this email directly or view it on GitHub
#39 (comment).

Gokhan AYKAN

from meteor-ionic.

Related Issues (20)

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.