There is an Android widget but it doesn't sync to the connected device unless the app is open and synced to the devices, so it's not very useful. Even if the app is running, nothing syncs until you bring the app to the front.
0
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Kommentare
1 Kommentar
There is an Android widget but it doesn't sync to the connected device unless the app is open and synced to the devices, so it's not very useful. Even if the app is running, nothing syncs until you bring the app to the front.