DGeoWils
DGeoWils
I added a change detection call to fix this issue in my install. When pressing previous/next buttons everything worked fine, but when swiping through the calendar the title would not...
I did notice a significantly slower experience on Android compared to iOS (40sec on Android vs 8sec on iOS) to insert about 10,000 records. I was using the following syntax...
I had tried executeSet, and it was not faster than running the inserts the slow way I described above. I was calling it in this manner: ``` executeSet([ {statement: 'INSERT...
I looked through the java code for executeSet and it would definitely work. However in my use case I'm already looping over a blob of data to pull it into...
@robingenz Can we get this merged?
Thanks for working on this - solved the crash issue I was seeing!