Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. onsen ui

    • H

      Haldiram Distributorship - Haldirams Namkeen Distributors Contact Number Haldiram Franchise in India Apply Online
      Onsen UI • onsen ui • • Haldiram

      1
      0
      Votes
      1
      Posts
      1441
      Views

      No one has replied

    • B

      Call ajax in onsen UI How?
      Developer Corner • onsen ui • • biplovsarkar

      1
      0
      Votes
      1
      Posts
      1509
      Views

      No one has replied

    • T

      OnsenUI List Generator
      Onsen UI • onsen ui onsen-list through button onsen-list onsen-list-item append • • tarjan1202

      2
      0
      Votes
      2
      Posts
      2581
      Views

      E

      If you take a look at https://onsen.io/playground/ there are some examples similar to this.
    • G

      Events as ng-click or css :active are not working properly
      Onsen UI • onsen ui ons-navigator css ons-action-sheet ng-click active • • Guille270

      4
      0
      Votes
      4
      Posts
      4139
      Views

      G

      @emccorson said in Events as ng-click or css :active are not working properly: What is fn.load? My guess is that fn.load calls ons-navigator.pushPage which loads a new page even if the page is already on the page stack. Instead you should use ons-navigator.bringPageTop which will check if the page is already on the page stack. By the way, you can inspect the pages in your browser’s dev tools to see what pages are in the page stack. Just look at the child elements of the navigator. If changing to bringPageTop doesn’t solve the problem then you might have run into this bug, which I am working on fixing: https://github.com/OnsenUI/OnsenUI/issues/2604 You’re right, all my problems are solved!!! Thanks you so much!
    • M

      PWA App switching
      Developer Corner • onsen ui pwa • • mvanes

      2
      0
      Votes
      2
      Posts
      2772
      Views

      M

      no replies… that’s a bit dissapointing.
    • S

      Problem rendering Toolbar on Navigator
      Onsen UI • onsen ui react navigator toolbar • • shrenky

      1
      0
      Votes
      1
      Posts
      2568
      Views

      No one has replied

    • R

      Solved 最新版OnsenUI+AngularJSでのcarouselの挙動
      Onsen UI • onsen ui angular 1 ons-carousel • • randnetdd

      2
      0
      Votes
      2
      Posts
      6394
      Views

      R

      GitHubにて質問しましたのでこちらのTopicを終了させていただきます
    • I

      Unsolved OnsenUIをIE11で動かしたい
      Onsen UI • onsen ui cordova ie11 polyfill • • imanishik

      7
      0
      Votes
      7
      Posts
      20096
      Views

      I

      引き続き確認したところ、IE11にて以下の問題が発生しました。 ons-rangeを表示し操作したところ、スライダーボタンの移動がレンジの線に正常に反映されませんでした。 確認時のソースはリファレンスの物をそのまま使用しています。 原因を調べたところ、OnsenUI側で操作による画面更新(RangeElementの_update)が呼び出されていませんでした。 具体的には以下のイベント登録によるユーザー側の操作イベント(input)が発生しないようです。 var RangeElement = function (_BaseInputElement) { key: 'connectedCallback', value: function connectedCallback() { this.addEventListener('input', this._boundOnInput);// not working on IE11 この問題はIE11でのみ発生し、他のモダンブラウザ(ChromeやEdge)では発生しません。 対策として動作環境がIE11の場合は、changeイベントをリスナー登録する必要があるようです。 var RangeElement = function (_BaseInputElement) { key: 'connectedCallback', value: function connectedCallback() { this.addEventListener('input', this._boundOnInput); // for IE11 if (ons.platform.isIE()){ this.addEventListener('change', this._boundOnInput); } これにより、レンジのスライダー操作のイベントを取得する事が出来、現在のスライダーの位置に正常にレンジの線が表示されました。
    • I

      Solved Microsoft Edgeでons-navigatorのpushPageが動作しない
      Onsen UI • onsen ui ons-navigator pushpage microsoft edge • • imanishik

      3
      0
      Votes
      3
      Posts
      10211
      Views

      I

      @Fran-Diox 2.7.0-build.5335に差し替えて確認したところ、Microsoft Edgeにて動作する事を確認しました。 素早いレスポンスありがとうございます。
    • B

      FAB and Speed Dial in Onsen ver1
      Onsen UI • onsen ui ons-page onsen ui 2 fab speeddial • • brandecho

      4
      0
      Votes
      4
      Posts
      4660
      Views

      @brandecho The ons-speed-dial JS implementation is here. Perhaps you can do something similar.
    • J

      change element proprierty according network status
      Onsen UI • onsen ui cordova javascript html5 cordova plugins network information • • Jonathan Silva

      3
      0
      Votes
      3
      Posts
      3918
      Views

      J

      @Fran-Diox , thanks for your explanation. Yes, my project is using the Onsen UI v1, but it’s possible to change the main-page content by a function on onsen ui framework? I did it before, into a project-based in cordova 6, and worked well.
    • J

      Error of css onsen UI common libs
      Onsen UI • onsen ui monaca ide css onsen • • Jonathan Silva

      3
      0
      Votes
      3
      Posts
      4002
      Views

      @Jonathan-Silva Hi! It’s probably a version mismatch. Make sure that the libs you are including contain the same version you were using before. If possible, update to the latest one. Monaca’s Onsen UI is not different from original Onsen UI, you can use any of them.
    • Swipe to pop is now available! - Onsen UI 2.5.0
      News & Announcements • onsen ui • • asial-matagawa

      4
      1
      Votes
      4
      Posts
      3500
      Views

      Hello, I am James here. I am working in a best firm of United States. It is one of the best digital agency that provides digital solutions to their clients. The website mart is the hub of digital marketing solutions such as graphic designing, web development and web designing, and all digital marketing services at an affordable cost.
    • D

      PushPage's Title and JSON Ajax problem
      Onsen UI • onsen ui onsen ui 2.0 jquery pushpage json • • dvlwjoffice

      9
      0
      Votes
      9
      Posts
      11434
      Views

      D

      @Fran-Diox Ahh, i see. Thanks for make a very great explanation just for me. I think this thread can closed now. Thank you very much !
    • M

      Onsen UI has full Vue.js support!
      News & Announcements • onsen ui vue release • • Masa

      2
      0
      Votes
      2
      Posts
      3149
      Views

      J

      On an evening safari, feel your pulse race and adrenaline rush through your body as you try exciting activities like dune-bashing, sandboarding, and quad biking. Available here for Evening Desert Safari desertsafarisdubai.ae
    • Creating Custom Modifiers
      Monaca & Onsen UI Articles • onsen ui components • • misterjunio

      1
      0
      Votes
      1
      Posts
      3062
      Views

      No one has replied

    • Presenting Onsen UI's newest components
      News & Announcements • onsen ui components • • khemry

      9
      2
      Votes
      9
      Posts
      11893
      Views

      C

      @dhruvmishra144 i don’t know how monaca’s push notifation works, but i suggest to take a look at ONE SIGNAL, simply to use and free: https://onesignal.com/
    • Onsen UI 2.2.6: recent updates and iOS stability improvement
      News & Announcements • onsen ui web components custom elements • • asial-matagawa

      1
      0
      Votes
      1
      Posts
      3021
      Views

      No one has replied

    • Creating Twitter Single Sign On App with Monaca using Angular 1 and Onsen UI v2
      News & Announcements • onsen ui angular 1 monaca authentication twitter • • khemry

      2
      0
      Votes
      2
      Posts
      2928
      Views

      No one has replied

    • P

      Unsolved ons infinite list goes blank on popPage
      Onsen UI • onsen ui ons-list ons-lazy-repeat • • Piotr Mitoraj

      2
      0
      Votes
      2
      Posts
      3069
      Views

      @Piotr-Mitoraj Can you make a small example where this can be seen? You can maybe use this template and hit Report an issue button (it will take you to Github issues).