【发布时间】:2015-10-29 11:02:44
【问题描述】:
我正在使用 Ionic 框架构建一个 iOS 应用程序。当我使用选择元素时,在 iOS-native 的菜单中选择项目时,我没有得到带有“完成”标签的标题。但是,当我在 iOS/Safari 中使用该应用程序时,它会显示出来。附上截图和代码。对此的任何意见/解决方案将不胜感激。
截图:
标记
<label class="item item-input item-select">
<div class="input-label">
Bostadstyp
</div>
<select ng-change="addParam('objectType', selectedHouseType)" ng-model="selectedHouseType" ng-options="houseType.id as houseType.label for houseType in houseTypes"></select>
</label>
【问题讨论】:
标签: html angularjs cordova safari ionic