angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

uib-btn-radio doesn't work on mobile (chrome, blisk) #6464

Closed whisher closed 7 years ago

whisher commented 7 years ago

Hi there, sorry to bother you

<div class="btn-group">
   <label class="btn btn-default btn-lg" ng-model="$ctrl.togglePrice" uib-btn-radio="'first'" ng-bind="::$ctrl.switchPriceFirstLabel"></label>
    <label class="btn btn-default btn-lg" ng-model="$ctrl.togglePrice" uib-btn-radio="'second'" ng-bind="::$ctrl.switchPriceSecondLabel"></label>
</div>

this simple code works on desktop but doesn't work on mobile (chrome. blisk) doesn't work mean it's not clickable.

"angular": "1.6.1", "angular-ui-bootstrap": "2.4.0", "bootstrap": "3.3.7"

Thanks in advance

whisher commented 7 years ago

Sorry it's my fault ^^