Thank you for the report.
Thatâs weird.
What is your device?
All Chromebook devices are registered as supported in the Device Catalog on Play Store Console.
Ah, the latest version requires a camera access for image attachment feature. Google Pixelbook doesnât have a camera. Thatâs why you canât install it:
In a future update would it be possible for you to set android:required="false"
For the <uses-feature android:name="android.hardware.camera" />
in the manifest?
The majority of the apps functionality would still work and increase the number of devices that can use Inkdrop.
Or perhaps take advantage of android.hardware.camera.any
instead of android.hardware.camera
to allow for devices with only a front facing camera?
Thanks for taking the time to do this. It does install and run, but there are a few issues.
There are semi-regular crashes when going between menus.
There isnât the quick markdown helper. The bar that is above the keyboard on mobile for quick markdown syntax.
This might be something to look into for tablet sized devices because some people use hardware keyboards so that software option might not be available to them.
Image attachment is not possible. However this was known to not be possible with the way the app works currently.
Thank you so much for doing this. I have needed this many times on my Chromebook.
Let me know if you need someone to test on ChromeOS. Cheers!
Thank you for reporting it.
It seems that there are some problems on ChromeOS.
Iâm afraid that it is difficult to debug at the moment because I donât have a Chromebook.
This might be something to look into for tablet sized devices because some people use hardware keyboards so that software option might not be available to them
Yeah, I will check it with my Android phone with a bluetooth keyboard connected. Thanks!
You can use Inkdrop through âCrostiniâ the Debian Linux based Linux VM on Chromium, just go to Settings and enable âLinux (Beta)â.
You will need to install two packages for Inkdrop to work correctly under Crostini:
gnome-keyring - Inkdrop uses this to store your login credentials and will error on launch without it. To install, type this in Terminal: sudo apt install gnome-keyring
libxkbfile-dev - Inkdrop uses this to properly configure keyboard shortcuts, without it pressing TAB will bring up the Filter pop-up menu of the Notes list. To install, type this in Terminal: sudo apt install libxkbfile-dev