Improved FFOS experience
This commit is contained in:
parent
0605b1a13f
commit
e2b8511c3c
@ -1129,6 +1129,10 @@ a.im_dialog_selected .im_dialog_date {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
.im_dialog_message {
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* IM history */
|
/* IM history */
|
||||||
.im_history_col {
|
.im_history_col {
|
||||||
|
@ -342,7 +342,7 @@
|
|||||||
this.$content.attr('tabindex', this.options.tabIndex || 0);
|
this.$content.attr('tabindex', this.options.tabIndex || 0);
|
||||||
this.content = this.$content[0];
|
this.content = this.$content[0];
|
||||||
this.previousPosition = 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();
|
this.nativeScrolling();
|
||||||
} else {
|
} else {
|
||||||
this.generate();
|
this.generate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user