Navigation

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

    Leonardo Augusto

    @Leonardo Augusto

    侍

    Hi. I am a Brazilian software developer, technical consultant, and draftsman with over 10 years of experience.
    I have proud to work with Onsen UI Framework.

    Apps- https://play.google.com/store/apps/dev?id=9166890206644106058

    20
    Reputation
    179
    Posts
    4374
    Profile views
    3
    Followers
    2
    Following
    Joined Last Online
    Website www.codigoflat.com.br Location Southern Brazil Age 6

    Leonardo Augusto Follow
    侍 guest-publishers

    Posts made by Leonardo Augusto

    • RE: How can I implement buttons for social networks?

      @fjmarmol said:

      rting with Onsen UI and I don’t know a lot about JavaScript, so I’m a bit lost. I’m doing an app for a company and I have some buttons linking th

      https://community.onsen.io/topic/363/quick-script-for-social-sharing-and-app-availability

      posted in Onsen UI
      Leonardo Augusto
    • RE: Copy to clipboard

      cordova plugin add https://github.com/VersoSolutions/CordovaClipboard.git

      module.controller('ClipboardCtrl', function($scope, $cordovaClipboard) {
      
        $cordovaClipboard
          .copy('text to copy')
          .then(function () {
            // success
          }, function () {
            // error
          });
      
        $cordovaClipboard
          .paste()
          .then(function (result) {
            // success, use result
          }, function () {
            // error
          });
      
      });
      
      
      posted in Developer Corner
      Leonardo Augusto
    • RE: Multi language?

      Some links to you

      https://angular-translate.github.io/
      https://www.tutorialspoint.com/cordova/cordova_globalisation.htm

      posted in Onsen UI
      Leonardo Augusto
    • Easy - button color

      Hi guys, i have tried all possibilities to change onsen ui button color here lol . I do’nt know more what to do.

      Large-cta button

      <ons-list-item class="item">
                          <img class="picme" ng-src="images/one.jpg">
                          <header>
                              <ons-button modifier="large--cta"  ng-click="show('one.html')"><ons-icon icon="fa fa-arrow-circle-o-right fa-2x" fixed-width="true"></ons-icon>Test</ons-button>
                          </header>
                      </ons-list-item>
      

      It continues as # white color, and i need to change for #333 gray

      posted in Onsen UI
      Leonardo Augusto
    • RE: How to publish for iPhone and not iPad?

      try it

      <preference name="orientation" value="default" />
      <preference name="fullscreen" value="true" />
      
      posted in Monaca Tools
      Leonardo Augusto
    • RE: ons-tabbar bottom how to properly set height

      @Flosef said:

      .tab-bar__button

      Reducing the padding! looking for my app, i have a similar situation.

      0_1476976442608_Sem título.png

      posted in Onsen UI
      Leonardo Augusto
    • RE: UI/UX Blog and new website

      @Fran-Diox thank you! I have worked to make a good design. Hope i have a hit!
      @unaso Thank you friend! " many Cordova developers will benefit from that!" Yes that 's the purpose.

      posted in Showcase
      Leonardo Augusto
    • UI/UX Blog and new website

      Hi guys! After a long season distant of my computer ( 2 months)
      I’m back with a new website and a blog (humble and with a poor English) where i’ll share everything i can about mobile development , Onsen UI and what i most love : UI/UX .

      So, follow the links …

      http://codigoflat.com.br/
      http://codigoflat.com.br/blog

      And also i’ll release 2 new apps: OH MY UI ( Delayed) https://community.onsen.io/topic/468/ohmyui-a-reference-guide-for-cordova-developers

      And a paid version of my most rated app Mooobile meat cuts . I have now a version called : Mooobile Party with exotic meats (Aligator, and 10 others meat types).

      0_1476842329406_rsz_landing10.png

      posted in Showcase
      Leonardo Augusto
    • RE: google analytics help!

      Perhaps , what you need

      https://github.com/ggendre/GALocalStorage

      posted in Monaca Tools
      Leonardo Augusto