Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Tags
    3. javascript
    • C

      Ons-input login form not working
      Onsen UI • ons-input login html5 javascript •

      2
      2
      Posts
      147
      Views

      @Chicken_noodle, it would help if you see https://community.onsen.io/topic/188/how-to-ask-a-question
      Specifically, include a sample to reproduce your issue.

    • J

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

      3
      3
      Posts
      331
      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.

    • B

      Unsolved Cannot change content with javascript
      Onsen UI • onsen ui onsen1 javascript •

      2
      2
      Posts
      589
      Views

      @Broo0d Can you use version 2? It’s a lot easier to work with.

    • R

      Vibration in Monaca
      Monaca Tools • monaca helloworld game javascript videogame vibration •

      3
      3
      Posts
      811
      Views

      R

      Your solution works!!! Thank you!!

    • T

      is MVC/MVP suitable for onsenUI2, or any other choices?
      Onsen UI • vanilla js onsen2 javascript •

      1
      1
      Posts
      522
      Views

      No one has replied

    • Creating Monaca Applications With ES6
      Monaca & Onsen UI Articles • monaca es6 ecmascript6 gulp javascript •

      1
      1
      Posts
      543
      Views

      No one has replied

    • Script works only with WI-FI Connection
      Developer Corner • openwheater javascript •

      15
      15
      Posts
      3460
      Views

      @munsterlander ohhh new to me, (Inside ons notification)i’ll check out!

    • Quick Script for Social Sharing and app Availability
      Onsen UI • appavailability cordova socialsharing onsen ui plugins javascript •

      4
      4
      Posts
      1840
      Views

      Thanks guys :relaxed:
      It came after a great problem here: i have on my apps a similar command , but when i don’t have an app , the user receives a message with the available packages. It’s not good! So , now i can show a better message.

    • Ons Notification Yes no
      Onsen UI • onsen ui ons.notification javascript •

      19
      19
      Posts
      5420
      Views

      @munsterlander looking to your code modifications i agree that isn’t necessary
      to keep part of the code like:

      states[Connection.WIFI] = 'WiFi connection'; states[Connection.CELL_2G] = 'Cell 2G connection'; states[Connection.CELL_3G] = 'Cell 3G connection'; states[Connection.CELL_4G] = 'Cell 4G connection'; states[Connection.CELL] = 'Cell generic connection';

      When i’m checking just my connection ( If i have or not)
      I just have added other navigator.app.exitApp(); for one reason:
      if the user access the settings but cancel for any reason , could be possible to return to the application.

      if (index == 0) { if (typeof cordova.plugins.settings.openSetting != undefined) { cordova.plugins.settings.openSetting("wifi", function () { console.log("Acessando suas configurações") }, function () { console.log("Erro para alterar configurações, tente manualmente!") }); } } else if (index == 1) { navigator.app.exitApp(); } navigator.app.exitApp();
    • Solved LocalStorage Failing
      Onsen UI • onsen2 javascript •

      5
      5
      Posts
      2124
      Views

      @Fran-Diox Ah Ha! That would do it. I was just at a loss as to why that code wasn’t working. I have rewritten that section so many times and it was so inconsistent and now that make perfect sense. Awesome! I have updated everything to 7.0 and will test in the morning! Thanks again!

      Edit: Tested this morning and that solves that! Updating to Beta 7 resolved that lingering issue. Also, YAY! Super cool features in Beta 7 that I hadn’t planned on using for this app, I now get to use!

    • Trying out JavaScript ES6 using Babel
      Monaca & Onsen UI Articles • es6 tutorial sublime intellij babel atom javascript •

      1
      1
      Posts
      758
      Views

      No one has replied

    • Create Cross-Platform App with Electron and Onsen UI
      Monaca & Onsen UI Articles • onsen ui tutorial electron javascript •

      1
      1
      Posts
      799
      Views

      No one has replied

    • Test your Javascript Code with these Unit Testing Frameworks
      Monaca & Onsen UI Articles • test testing mocha javascript qunit protractor screw.unit jasmine unit.js •

      2
      2
      Posts
      922
      Views

      M

      Hi I would love to hear your thoughts about petrol https://github.com/MGMonge/petrol

    • Create your Kintone app using Monaca
      Monaca & Onsen UI Articles • monaca cordova tutorial onsen ui kintone javascript •

      1
      1
      Posts
      559
      Views

      No one has replied

    • Mocha + Chai.js unit testing for ES6 with Istanbul code coverage
      Monaca & Onsen UI Articles • es6 testing tutorial javascript •

      6
      6
      Posts
      3964
      Views

      D

      Just looking for the same thing run in the browser, using ES6 classes, systemJS and Babel-plugin transpiler. Have you by any chance written that promised article?