standardnotes / markdown-basic

[Moved to https://github.com/standardnotes/app] A basic Markdown editor for Standard Notes
https://standardnotes.com
GNU Affero General Public License v3.0
11 stars 12 forks source link

[IOS] Uncommon scrolling behavior in "preview" view. #14

Closed ghost closed 5 years ago

ghost commented 5 years ago

Using the "preview" view on IOS, the scrolling behaves uncommon "sticky". The edit view instead, scrolls like a charm.

As far as i know, the simple markdown editor is not a third party developed extension, so can you please look at this issue?

moughxyz commented 5 years ago

Fixed and deployed. Thanks for the heads up. (on iOS cache might come into play if you don't see the fix immediately. You can try clearing your webview cache from your general system settings).

ghost commented 5 years ago

Thanks for fixing this. (not testet currently)

(on iOS cache might come into play if you don't see the fix immediately. You can try clearing your webview cache from your general system settings).

BTW: Are all mobile extension cached by this way? So switching between notes with different editors doesn't reload the complete extension from the web? If this so, this would save expensive mobile traffic.

moughxyz commented 5 years ago

All editors are cached, and yes, in most cases in the same app session network requests are not repeated.

As for how to clear the cache to get this editor update, I haven't found a good way for iOS besides uninstalling the app and re-installing. The cache is only cleared when the app itself is updated to a new version. On Android the cache can be cleared from the device Storage settings.

ghost commented 5 years ago

Yep, reinstalling does it. Can confirm the fix. Thanks.