iiiBird/obsidian-telegram-reminder

Plugin fails to load on Obsidian Android.

Con-Sdr opened this issue · 2 comments

I've extracted the telegram zip file into a folder which contains the manifest and main js files. That folder is the pasted into my plugins folder in my vault location.

The plugin shows up but it fails to load for some reason, am I doing something wrong?

Ps. I'm using a phone on android 11

Screenshot_20230702-034722
Screenshot_20230702-033648

Hello. Judging by the search results on Google, this seems to be a common issue with Obsidian itself. I will see what I can do on my end to fix it.

From what I've found - any node library can't be used on mobile devices. I use "node-telegram-bot-api" in my plugin. Unfortunately, there's no way to implement this. In the next release, I'll just set "isDesktopOnly: true" for the plugin.