Ginés Sanz
Ginés Sanz
I've read previous issues but haven't been able to get anything clear.When I try to pause or resume sonus with Sonus.pause(sonus). I get this error. > Sonus.pause = () =>...
Anybody else having trouble with syntax highlight? It suddenly stopped working. It's not able to render the code and I get just a blank grey screen. :-(
Could it be possible to publish it to [openVSX](https://open-vsx.org). I could publish it but don't want to take credit nor decide if it has to be published there. [instructions on...
Could it be possible to publish this great plugin to [Open VSX](https://open-vsx.org/) so it can be used outside the marketplace?
Anybody could make LAYOUT_WATERFALL working on iOS? none layout, minimumColumnSpacing, columCount works.. just makes a normal grid whatever I do... `var scrollTickets = TiCollectionView.createCollectionView({ backgroundColor: 'white', templates: { 'template': myTemplate...
``` if (isiOS) { // In order to check the biometry type, you have to check if biometrics are supported in general var supported = TiIdentity.isSupported(); console.log('supported '+supported); if (TiIdentity.biometryType...