Navigation

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

    Carpintonto

    @Carpintonto

    0
    Reputation
    1
    Posts
    578
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Carpintonto Follow

    Posts made by Carpintonto

    • ons-select items blank in debug build apk

      hello to all

      I have a little news aggregator for which I built an Android app.

      With monaca debug it renders correctly, but the debug build apk works as it should in every respect except the items in the selector are blank. Clicking on a blank selector will load the associated feed.

      <ons-select select-id="elFeedList" 
        onchange="loadFeed( this.options[this.selectedIndex].value )">
      </ons-select>
      

      The build log and debug (unsigned) apk are here.

      thanks to all!

      posted in Onsen UI
      C
      Carpintonto