thanks for your message @Srijith
-
thanks for the “type=‘tel’” trick. However I need the “.” to separate decimal numbers…
-
The OK button is not in a ion-footer directive, but just like this
<button ng-if="!data.firstNavParam" class="nextSlideButton button button-full" ng-click="goToNextSlide()"> OK </button>
css :
.button.button-full.nextSlideButton {
position: absolute;
bottom: 0;
margin-bottom: 0;
left: 0;
height: 53px;
background-color: #06b4c8;
}
If I use keyboard-attach
on the OK button, it moves up the keyboard, but covers the rest !!
It’s like the height of the view doesn’t change when ios keyboard pops up, whereas it changes on android !!! Any idea what’s happening ?
I have to mention that this code is within a slidebox, but I just tested without the slidebox (normal view) and it’s the same bug.
- thanks let me know !