Skip to content

Commit

Permalink
fix screen scrolling issue in pullup footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Feb 2, 2019
1 parent 9512d4e commit 612f02c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion www/templates/montage-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1 class="title" ion-pull-up-trigger>{{'kEventMontage' | translate}}</h1>
<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">
Expand Down

0 comments on commit 612f02c

Please sign in to comment.