question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug report : Dataview query working on desktop does not work on iOS mobile

See original GitHub issue

What happened?

  1. Installed dataview as community plugin on iPhone app
  2. Opened page on mobile with query that works in Desktop Obsidian and returns results against directory of markdown files with yaml frontmatter
  3. Query on mobile does not return result but gives Dataview: No results to show for table query

DQL

table without ID file.link AS "Name", ping As "Ping"
from "Obsidian/Refs/Peeps"
where ping = "2022w28"
sort "Name" desc

JS

n/a

Dataview Version

Installed 2022-07-13 but not sure how to determine this on mobile

Obsidian Version

1.3.0 (63) API v0.15.6

Device

iPhone 13 Model MLQ63ZP/A

OS

iOS 15.5

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
martinjocommented, Nov 13, 2022

Unfortunately I can’t test this as I’m traveling and only have my phone with me. Managing vaults on iOS is a pain… I tested this a few weeks back and still had problems, so I’m avoiding dataview queries that involves frontmatter properties. I hope that the sample vault I linked above does work to show the problem.

0reactions
AB1908commented, Nov 11, 2022

Sorry for being late to this but are you seeing the issue on the latest beta? If so, I’ll try giving this a shot over the weekend.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Queries erroneously report 0 results on mobile. #617 - GitHub
Steps to reproduce the behavior: Open any note containing a query. Open preview view. Leave the device for some time (I've tried up...
Read more >
Dataview and Tasks queries don't work on mobile app
The queries work perfectly on the desktop version of Obsidian. I can make recurring tasks with the Tasks plugin, but the queries still...
Read more >
IOS Mobile App report refresh issue
You can now pull to refresh in a report (in Windows app you have a refresh button). Does pull to refresh works for...
Read more >
App Stopped Working, Refresh your Browser.
Solved: Hi Everyone, I have been having an issue with Sharepoint - PowerApps forms since 2 weeks. all my apps stopped working and...
Read more >
The Beginner's Guide to DATAVIEW Obsidian Plugin
The official documentation states: “Dataview is a live index and query ... In the below report example, the fields-names are “Name”, “Phone”, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found