Stimim Chen

Results 7 comments of Stimim Chen

Critical features should have been implemented now. Known issue(s) / Next steps: - [ ] Because we are not using "Navigator", pressing "back" button will leave the app. - I...

Hi @talbenbasat, Thanks for creating the pull request. Can you remove the "update data" part from the pull request, and left the "adding package.json" and "use node instead of nodejs"...

Found something interesting: ` Take a QR code ` https://developer.chrome.com/multidevice/android/intents Maybe we can set the package to google chrome?

hmm, `href="intent://www.google.com/maps/timeline/kml?authuser=0&pb=!1m8!1m3!1i2020!2i2!3i3!2m3!1i2020!2i2!3i3#Intent;scheme=https;package=com.android.chrome;end"` seems working, but this only works on Android phone. I don't think iPhone support this :D On my phone, chrome browser was used directly, Android didn't ask me...

Can't make it work... opening one URL is fine, but can't open multiple urls, the browser would only download the first one. You can check the ToT of master branch.

We did, but that didn't work. Google Chrome on did open all the intent request in new tabs. However, only the first one got downloaded. Therefore we rollback to previous...

Unfortunately, after some research, my previous comment doesn't work. 1. Neorg don't always call `core.dirman.create_file` to create new files. For example, following a link to open the file doesn't call...