AiursoftWeb / Kahla.App

Kahla is a cross-platform business messaging app.
https://www.kahla.app
MIT License
415 stars 85 forks source link

Scroll issue in cordova app #246

Closed Anduin2017 closed 5 years ago

Anduin2017 commented 5 years ago

The scrolling logic seems to be strange in talking page of Kahla cordova app.

Anduin2017 commented 5 years ago

@xxyzz I found that it seems the talking page scroll issue also occurs in Microsoft Edge. Is that the same reason?

xxyzz commented 5 years ago

According to MDN, Edge doesn't support ScrollToOptions. This dictionary is used at UploadService.ts line 153. Chrome for Android is full support.