border radius not applying for ionic modals in Android -


i trying apply border-radius property ionic modals. applying chrome in desktop. not applying android devices. how achieve android?

.modal{   border-radius: 8px; } 

view

<script id="accountsearchmodal.html" type="text/ng-template">     <div class="modal">         <header class="bar bar-header bar-positive">             <h1 class="title">account search</h1>             <div class="button button-clear" ng-click="modal.hide()">                 <span class="icon ion-close"></span>             </div>         </header>          <content has-header="true" padding="true">             <div class="list">             <form name="accountcreatefrmtemp">                 <label class="item item-input margin-75" >                                         <input type="number" ng-model="accountnumber" placeholder="account number" name="accountnumber"/>                 </label>               </form>                 </div>         </content>            </div> </script> 


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -