<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
2 comments
Did you only allow the location permission once?
Hello, I successfully used it two days ago. During tests sometimes it’s just very slow to get the position (a full minute), I thought it should be more like a smartphone where it is near instantaneous, even when connected to the home wifi
Sometimes during tests it seems to be stuck in getting the position I deny access to microphone and immediately allow again and this trick seems to make it work again
Please note that all tests were indoor near a window (with a wifi of course), maybe this is the reason as the gps is lacking connection
In fact, when outdoor it worked without any internet connection so it should be using the internal rc gps.
I will report back if there are other problems but for now feels ok
Thank you
Please sign in to leave a comment.