Improved FFOS experience

This commit is contained in:
Igor Zhukov 2014-07-03 14:21:02 +04:00
parent 0605b1a13f
commit e2b8511c3c
2 changed files with 5 additions and 1 deletions

View File

@ -1129,6 +1129,10 @@ a.im_dialog_selected .im_dialog_date {
white-space: nowrap;
text-overflow: ellipsis;
}
.im_dialog_message {
color: #808080;
}
/* IM history */
.im_history_col {

View File

@ -342,7 +342,7 @@
this.$content.attr('tabindex', this.options.tabIndex || 0);
this.content = this.$content[0];
this.previousPosition = 0;
if (this.options.iOSNativeScrolling && (this.el.style.WebkitOverflowScrolling != null)) {
if (this.options.iOSNativeScrolling && (this.el.style.WebkitOverflowScrolling != null || navigator.userAgent.match(/mobi.+Gecko/i))) {
this.nativeScrolling();
} else {
this.generate();