Paulo Lima
Paulo Lima
Having same issue here, i can hear the audio, but no image
@knadh In my case scenario I've created a DB Wrapper to make somethings easier and organized, some helper functions could be consider to merge in your main project if you...
The sorting is running fine to me when using only one sorting condition, if I use 2 conditions as: sort: [['date','ASC'],['hour','ASC']] It doesn't work, seems like it considers only the...
Well, i've taken the liberty of altering my source code to suit the need for mult-sorting as stated above, the solutions was quite simple: I've changed the "select" function to...
@knadh I did some more testing with my "solution" but it did not work in all cases, just in the case I was testing :( I found out this function...
@w35l3y About sorting: I'll try by inverting as you've suggested: "Hour and Date", i confess that inverting it didn't cross my mind. About sanitizing: I don't sanitize the value while...
@w35l3y As promised i've tested with your suggestion and it worked by inverting the values on 'sort'. In short, if I want to sort by column A,B and C I...
> > **What version of Streaming-Meda-Cordova-Plugin are you using?** 2.2.0 > > **What version of Cordova are you using?** 7 > > **What devices are affected?** Android > > **Please...
Isn't that what save() does? https://codeigniter4.github.io/CodeIgniter4/models/model.html?highlight=save#save
Same problem here, i seems that CI is not loaded and can't handle the cors, it must be set as a server rule.