Navigation

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

    MarsZone

    @MarsZone

    0
    Reputation
    7
    Posts
    782
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    MarsZone Follow

    Posts made by MarsZone

    • RE: How can I change the color for a ons-list-item

      Look it that~lol
      0_1516954875508_butiful.png

      posted in Developer Corner
      M
      MarsZone
    • RE: How can I change the color for a ons-list-item

      OK,
      I know how to do …
      use background: rgba(54, 25, 25, .5);
      opacity will look better.

      posted in Developer Corner
      M
      MarsZone
    • How can I change the color for a ons-list-item

      I want to change the styles to the v-ons-list-item by some conditions.
      Like the bug type to bee blue line,
      issues to be green line.
      If I use the background-color: #xxxxxx
      it will be very bad look.
      before
      0_1516949321806_line.png

      after
      0_1516949341243_change.png

      What I can do better?

      posted in Developer Corner
      M
      MarsZone
    • RE: After Cordova build the icon was lost.

      I know the reason now.It’s about font url

      posted in Developer Corner
      M
      MarsZone
    • RE: Is there a possible that make my project to be a samples.

      Thank you for advise. And When I release a version then I will post the app link to the forum.Now I will try to build the app first.:smiley:

      posted in Developer Corner
      M
      MarsZone
    • After Cordova build the icon was lost.

      After I build the a vue2 with onsenUI project.
      And then I use it with the cordova to build a android apk.
      The icon was missing which at fonts folder.
      my webpack.base.conf is like this.
      {
      test: /.(woff2?|eot|ttf|otf)(?.*)?$/,
      loader: ‘url-loader’,
      options: {
      limit: 10000,
      name: utils.assetsPath(‘fonts/[name].[hash:7].[ext]’),
      publicPath: process.env.NODE_ENV === ‘production’ ? ‘…/…/’ : ‘/’
      }
      }
      0_1516073791618_icon.png

      Here is a demo I will provide. And I will keep trying find out what happened.
      Code

      posted in Developer Corner
      M
      MarsZone
    • Is there a possible that make my project to be a samples.

      I mean that show my project which developed by vue-onsenui at https://onsen.io/samples/ website.
      I want more people know my project and maybe use it. but I don’t know If I can write a tutorial because it a large project but it open source.

      posted in Developer Corner
      M
      MarsZone