Philip Peitsch

Results 31 issues of Philip Peitsch

The framework7-vue type definitions inaccurately suggest `registerComponents` is exported by the `framework7-vue` module. The `package.json` also lacks any way for TypeScript to tell what the type definitions are for the...

### Platforms affected Typescript type definitions only. No platform impacts. ### Motivation and Context Changes in libdom by the TypeScript project led to conflicting definitions with this plugin. This is...

Introduced in API level 33: https://developer.android.com/reference/android/bluetooth/BluetoothGatt#writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic,%20byte[],%20int) The previous `writeCharacteristic` method has been deprecated, and now carries this warning: > This method was deprecated in API level 33. Use [BluetoothGatt#writeCharacteristic(BluetoothGattCharacteristic, byte[],...

android

Spawned from discussion on #963 The best approaches found on Android are: 1. Use autoConnect and don't explicitly scan (i.e., let the OS schedule this itself) 2. Explicitly scan and...

android
documentation

Spawned from discussion on #963 The best approaches found on Android are: 1. ~~Use autoConnect and don't explicitly scan (i.e., let the OS schedule this itself)~~ (in iOS, autoConnect is...

ios
documentation

**Description/Screenshot** I'm using ApplicationInsights-JS from within a cordova-based application, which often operates offline for reasonable periods of time. After a fairly small number of offline logs have been collected (e.g.,...

enhancement
offline-support

**Describe the bug** The cornerPoints returned on iOS don't render properly on to the web view coordinate space. Digging further, I suspect this is because the video capture dimensions are...

# Feature request Hi! I recently helped merge a plugin hook into `cordova-android` that allows a plugin to listen for the [WebViewClient.onRenderProcessGone](https://developer.android.com/reference/android/webkit/WebViewClient#onRenderProcessGone(android.webkit.WebView,%20android.webkit.RenderProcessGoneDetail)) in order to be informed when the chrome...

feature request
android

Not a bug here really... but... Due to an upstream NPM bug (since fixed) https://github.com/npm/cli/issues/1905, there's a raft of NPM versions that don't correctly execute the post-install hook required by...

caveat
build issue

**I'm submitting a bug report** * **Library Version:** aurelia-i18n 3.0.0-beta.7 * **Webpack AND Version** webpack 4.27.0 webpack-cli 3.3.5 * **Browser:** all * **Language:** TypeScript 3.1.2 **Current behavior:** When using the...