Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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!