Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. cppprog
    C
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    cppprog

    @cppprog

    0
    Reputation
    6
    Posts
    1109
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    cppprog Follow

    Posts made by cppprog

    • did nor responded by the author

      I had a small problem on this program. But he did not answer correctly and did not act as a guide
      That’s why I left the program and went on to Java and the guides had a lot of Xamarin

      Now I would like to thank the ones that did not help me because I am making progress and transition from a very bad framework ( onsenuio) to a suitable reference were belong oracle. keep going not help amateurs and force them to throw awAy onsen and get java or xamari.

      posted in Onsen UI
      C
      cppprog
    • RE: init event not fire

      Please let cordova an example of a program that is init in events and include cordova.js. My only problem with this plan is not implemented. One time event fried and one time not.
      example in your code even onload not declared.so error happening on document not initialized yet.I fix that but when cordova attached init randomly fired.when I remove on-icon tag everything goes normal.
      I know.post going large.but my answer is a html with cordova attached and init event.I want SAMPLE HTML
      cordova.js
      onsen.js
      init event of a page.
      on-icon

      posted in Onsen UI
      C
      cppprog
    • RE: init event not fire

      finally i figured out when ons-icon tag removed the file is running.
      i think i was wrong in installation of onsen.
      just npm install onsen
      is not enough copy and paste onsen css and js in my project folder dosent enough.please hep me to attach onsen to cordova project.please help to the armatures way not a pro guy.if a was pro this forum it was useless to us.
      i dont want use a site to grab onsen. i want copt everything to the project folder.
      no href="http://upkg.com/…
      i am not using cross walk web view
      what a framework !!!

      posted in Onsen UI
      C
      cppprog
    • init event not fire

      hi
      I have a problem
      I mobe from jQuery mobile to onsen
      but when stat tutorial in fist step init event never fired.
      I installed onsen from npm and add script limes after cordova script tag in index.html.
      but except other things those ok , but init event never ever fired.
      ui is good,css is just fine and shown.but after ons.ready,deviceready,and even ons.alert, init in addeventlistener not fired.I tested in chrome mobile emulator,firefox firebug,android avd emulator and apk on real some devices.but results is same.init event not fire.if I forgot Something nothing works not just init event of a page.

      I copy ,paste codes from tutorial page.please put one html file with all js,css in it with pure JavaScript to me to understand where is wrong in my own code.
      I using

      document.addEventListener('init', function(event) {
        var page = event.target;
        if (page.matches('#helloworld-page')) {
          page.querySelector('ons-toolbar .center').innerHTML = 'My app';
          page.querySelector('ons-button').onclick = function() {
            ons.notification.alert('Hello world!');
          };
        }
      });
      

      as in tutorial page. in deviceready event in cordova rules

      posted in Onsen UI
      C
      cppprog
    • RE: Onsen UI 2.2.0 Release: CSS Upgrade

      @Fran-Diox sorry im new here and I am in middle of project that I suggest onsen to team and move from jQuery mobile to onsen.so I dont think about what place to ask a question.just professional person I need was important.sorry.
      I am using tutorial page and copy paste it to JavaScript file in deviceready event.
      please help me.if ons.ready is not important how init event defined befor onsen loaded.everything work except that event !!!init!!!
      can you put a sample index.html in pure JavaScript mode in it to explain how attach onsen to cordova.

      posted in News & Announcements
      C
      cppprog
    • RE: Onsen UI 2.2.0 Release: CSS Upgrade

      hi
      I have a problem
      I mobe from jQuery mobile to onsen
      but when stat tutorial in fist step init event never fired.
      I installed onsen from npm and add script limes after cordova script tag in index.html.
      but except other things those ok , but init event never ever fired.
      ui is good,css is just fine and shown.but after ons.ready,deviceready,and even ons.alert, init in addeventlistener not fired.I tested in chrome mobile emulator,firefox firebug,android avd emulator and apk on real some devices.but results is same.init event not fire.if I forgot Something nothing works not just init event of a page.

      posted in News & Announcements
      C
      cppprog