UnbekanntesPferd
UnbekanntesPferd
Confirmed. Tested with Apache/nginx and PHP 7.4 and 8.0. Anyone found a workaround and/or tested it with baikal 0.7?
I would really appreciate timeshift as well. From my understanding the iOS-app is supporting it, but the tvOS-app not. Is that on purpose or due to some problems with libraries?
Has this ever been added to the module? I couldn't find a way to activate it.
Ok, no problem :) There is a fork that implements something like that, so maybe that's worth a deeper look.
@bvanleeuwen1995 Do you have any plans on a working version of the imageTags-branch?
Same problem here. Try this: In login.html, line 9, change doLogin() to doLogin(username, password) In controllers.js, line 37, change $scope.doLogin = function() { to $scope.doLogin = function(username, password) { and...
Found this: http://www.sencha.com/forum/showthread.php?261763-PullRefresh-without-refreshFn/page2 I'm not quite sure if what Matt Jenkins and konni11 posted could be a solution.
Works for me, too. Thanks a lot!