Aaron Madlon-Kay
Aaron Madlon-Kay
A year later, the fork appears to be abandoned 🫤
> E-Ink devices do not handle animations well, so please make the animation as quick as possible I don't have access to an e-ink device, and as such I won't...
My app specifies `applicationIdSuffix` for both debug and profile build types. This error occurs for me when trying to run in debug mode (`flutter run` with default flags), but interestingly...
They should open in a browser already. Can you give a snippet of Org markup that isn't working as you expect?
That would be a local file reference. I'm not sure it's feasible to compute a URL openable by a mobile browser in all cases, especially for instance when the file...
> It will be local file path always as, file stored on third-party app will be having `https://` url, no? No, third party apps using the Android or iOS document...
I will not be embedding a webview to view non-Org files.
> I understand, this will deviate from the goal of being just org file viewer, but opening non-org files inside webview will make it more usable, as people embed non-org...
> That would be a local file reference. I'm not sure it's feasible to compute a URL openable by a mobile browser in all cases, especially for instance when the...
Looking at [webview_flutter](https://pub.dev/packages/webview_flutter) I see that the only really relevant method seems to be [loadFile](https://pub.dev/documentation/webview_flutter/latest/webview_flutter/WebViewController/loadFile.html), but this requires > the absolute path to the file as it is stored on...