diff options
| -rw-r--r-- | config.xml | 3 | ||||
| -rw-r--r-- | www/templates/montage-history.html | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,8 @@ <allow-intent href="mailto:*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> - <preference name="KeyboardResizeMode" value="native" /> + <preference name="KeyboardResize" value="true" /> + <preference name="KeyboardResizeMode" value="ionic" /> <preference name="xwalkMultipleApk" value="true" /> <preference name="AndroidPersistentFileLocation" value="Compatibility" /> <preference name="iosPersistentFileLocation" value="Library" /> diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 3b02166a..f872718b 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -177,7 +177,7 @@ <div class="row"> <div class="col col-50"> <label class="item-input-wrapper"> - <input ng-change="hrsChanged()" type="tel" placeholder="{{'kHours' | translate}}" ng-model="datetimeValueFrom.hrs"> + <input ng-change="hrsChanged()" type="number" placeholder="{{'kHours' | translate}}" ng-model="datetimeValueFrom.hrs"> </label> </div> <div class="col col-50"> |
