Navigation

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

    Posts made by ceskomira90

    • RE: Presenting Onsen UI's newest components

      @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/

      posted in News & Announcements
      C
      ceskomira90
    • RE: Difference between ons-card and div?

      every ons element gives a standard css to be responsive in all the devices. So yes is a div but with specified css rules.

      posted in Onsen UI
      C
      ceskomira90
    • RE: Onsen UI 2.0 is here!

      greaaat!

      posted in News & Announcements
      C
      ceskomira90
    • Ons-carousel inside ons-dialog doesnt load first image

      I have a simple ons-carousel that opens when i load the ons-dialog. All work perfectly but when i load the firs image of my ons-caorusel it seems that something goes wrong and the image is not loaded. I tried to use the function setActiveCarouselItemIndex(index) but nothing changes.
      Here my code and my demo.
      My list:

      0_1474281427183_1.JPG

      my first touch on the selected item:
      0_1474281483114_2.JPG

      my second touch after the second selected item:
      0_1474281517574_3.JPG

      If i click in the second image at the button close (the white one) when the image is not loaded, for a while it seems to see the image loaded. so only when i click at the button dialog.hide();

      I tried to load it when tha dialog is opened, but continue to give me the same result

      What i can do? how to use the variable $watch in this case?
      Thanks in advice

      This is my code:

      <ons-template id="dialog.html">
      
          <ons-dialog  style="width: 100%; height: 80%;" id="dialog-3" ng-controller="postEventoController" >
              <div   style="text-align: center; padding: 10px;">
         
                  <ons-carousel   swipeable overscrollable auto-scroll auto-refresh fullscreen var="carousel"  >
                      <ons-carousel-item    ng-repeat="attachments in item.attachments" >
                          <img class="immagine-eventi-sx" ng-src="{{  attachments.url}}">
                        
                      </ons-carousel-item>
             
                  </ons-carousel>
                  <p>
                      <ons-button modifier="clean" ng-click="hideDialog('dialog-3')">Close</ons-button>
                  </p>
              </div>
          </ons-dialog>
      
      </ons-template>
      
      posted in Onsen UI
      C
      ceskomira90
    • RE: Cannot install any plugin with Onsen ui 2.0

      Yes!! after different matches with the old onsen I removed that file. Thanks a lot. Have a nice day.

      posted in Onsen UI
      C
      ceskomira90
    • Cannot install any plugin with Onsen ui 2.0

      Hi all, i’m having serial issues with migration to onsen to onsen 2. After days of work all seems going good, but after installed all kind of plugins, any of those works. Example: **“Device is not defined” “inAppBrowser is not defined” **…

      Here my index.html
      0_1472829852035_1.JPG 1_1472829852036_2.JPG

      Here my app.js
      0_1472829947628_3.JPG 0_1472829954582_4.JPG

      The error message in this case is when the plugin InAppBrowser is called. If i remove it the error message will be when i call device.platform.

      • I tried to remove and re-add the platform

      • I tried to remove and re-add the plugins

      • I configured all the modules (like you see in my app.js)

      • I configured all the dependencies like you see in my index.html

      I dont know why, but it seems miss some dependencies. Anyone can give me some suggestion to resolve this?
      Thanks in advice.

      posted in Onsen UI
      C
      ceskomira90
    • when it will be possible to use onsen.components with onsen 2?

      There is a date or a time for use this fantastic feature that works only with onsen and not with onsen 2?

      posted in Onsen UI
      C
      ceskomira90