Navigation

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

    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