Domvel

Results 12 issues of Domvel

# Feature Request **Ionic version:** ionic v4 ionic/angular: 4.7.1 ionic-cli: 5.2.5 **Describe the Feature Request** Since Ionic 4 there are no more touch gestures like press (long press). For a...

type: feature request
package: core

I have a weird problem with the BLE connection. It doesn't disconnect when I quit the app or when Bluetooth is turned off. Not even when restarting the tablet during...

bug
android

I have a problem with bluetooth disconnect on Android device. On high notification / indication traffic the connection will not be disconnected when the app is closed. Case: Connect to...

android

The `scan` method should have a complete callback. This saves a separate timeout implementation. Current workaround: Add e.g. `setTimeout(done, time)`; on a invoke of `scan` . In ionic the complete...

enhancement

Should the `connect` method error callback ignore a wanted disconnect by the method `disconnect`? Currently it also throws an error "Peripherie disconnected" when the user or me invokes the disconnect...

android
ionic

Is there a way to get the notification state of a characteristic? My issue is, that it's possible to subscribe to a characteristic multiple times. In my opinion, it should...

I'm facing the error `Undefined type number,string` because my schema has ```json "value": { "type": ["number", "string"] } ``` I'm not sure how to solve this for the form ui....

I just installed this package (by github download and copied the lib folder). Now many errors are displayed like (similar text) ```text unity editor popupfield.cs system.func is defined multiple times...

# Improvement (Bug? Feature Request?) Currently Cordova requires the file `config.xml` and the `www` folder to detect a Cordova-based project. The need of the www-folder is not necessary. It does...

enhancement
help wanted

This code (executed in app.component.ts (as a provider) in platform.ready method.) ```ts this.audio.preloadSimple('test', 'assets/snds/test.wav').then(() => { console.log('Sound "test.wav" successfully loaded.'); }).catch(() => { console.log('Sound "test.wav" loading failed.'); }); ``` prints:...