Navigation

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

    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
    • RE: What is your favorite local IDE for use with LocalKit?

      Visual Studio here , !

      posted in Monaca Tools
      Leonardo Augusto
    • Get app download statistics from Google Play

      Hello Devs! Someone knows, if there’s a way to display (with API) the download of an app from Google Play?

      I have an app with a great number of downloads and i’d like to show this information on my website.

      posted in Developer Corner
      Leonardo Augusto
    • RE: need help please

      @talal The most important thing: the file to upload must be a zip file

      Also you need an index page, a config file. Looking for the tutorial the file ,that’s okay! So we can help u if you show us more of the error.

      posted in Monaca Tools
      Leonardo Augusto
    • RE: Boost Your house Productivity

      @h3nr1ke said:

      Really nice your apps…
      Show seus apps…

      send us the links…
      manda os links pra baixarmos…

      Hi dear friend, you find them on my profile here. And i’ll release this week for IOS

      posted in Showcase
      Leonardo Augusto
    • RE: submit an app to the Apple App Store from Windows

      @munsterlander said:

      https://docs.monaca.io/en/manual/build/ios/build_ios/

      Ok friend. But i have a doubt:

      Sending my App to The Apple from Monaca, i’ll be abble to edit my app settings
      in https://itunesconnect.apple.com before the distribuition? Like Pricing or distribuition date.

      And, can i send updates?

      posted in Developer Corner
      Leonardo Augusto
    • RE: Real time Chat App with OnsenUI and Horizon!

      Wow, good information!
      The link https://onsen.ioonsenui-horizon-rethinkdb-chat/ is not working here.
      The correct is: https://onsen.io/blog/onsenui-horizon-rethinkdb-chat/

      posted in Monaca & Onsen UI Articles
      Leonardo Augusto
    • RE: Need Help on Using Infinite List with Lazy Repeat

      @john.salazar said:

      But here’s the thing. If I put the Infinite List on the other page, the list will not work again.

      Try to set the controller here

      <body ng-controller=“ListController”>
      
      <ons-template id=“pageone.html”>
      <ons-page >
      
      </ons-page >
      </ons-template>
      
      <ons-template id=“pagetwo.html”>
      <ons-page >
      
      </ons-page >
      </ons-template>
      </body>
      
      posted in Onsen UI
      Leonardo Augusto
    • RE: Build .apk using monaca CLI or cordova CLI

      @giov do you have java jdk ? Show me the error.when I started with VS and Cordova I had many problems also , but nowadays I have everything working out.

      posted in Monaca Tools
      Leonardo Augusto
    • RE: Build .apk using monaca CLI or cordova CLI

      @giov
      Seems a problem to find your Keystore Do you have one?
      Set the keystore file
      Build.json file (If your Cordova CLI version is greater than 5.0)

      {
       "android": {
          "release": {
               "keystore":"c:\\Yourkeyfile.keystore",
        "storePassword":"123456",
          "alias":"YourAlias",
        "password":"123456",
               "keystoreType":""
             }
         }
      }
      

      ant.properties file (If your Cordova CLI version is less than 5.0)

      key.store=c:\\Yourkeyfile.keystore
      key.alias=YourAlias
      key.store.password= 123456
      key.alias.password= 123456
      
      posted in Monaca Tools
      Leonardo Augusto