Aitor

Results 9 comments of Aitor

I also have a peripheral with PIN security enabled. On Android, retrieveConnected() returns only bonded devices, whereas on IOS (14.6) returns a connected but still not bonded peripheral (even while...

I had a similar issue when porting in the Ionic v1 app some commits from Android to IOS, including a cordova-plugin-bluetoothle upgrade from 2.4.0 to 4.4.4 and the corresponding modifications...

You could use just the "initialize" method with the "request" paramater set to true. That way, I think that if the system prompts the user to activate the Bluetooth with...

If the bluetooth is disabled, you can present an informational message to the user BEFORE calling "initialize", explaining why the App needs Bluetooth. After that it would be the user's...

Maybe I didn't explain myself well. You can try the difference on desktop too (Safari vs Chrome/Firefox). The test starts with focus NOT inside input element: * On Chrome/Firefox, clicking...

I'm using Safari 13.1.1 So, on your Safari 14, when you click on the calendar icon, 'duetFocus' is not emitted for sure? I've just tested it and it does, and...

I think it's not well documented. Looking into the code where it merges the global and the local `config.php` files in `dialog.php`: ```php if (file_exists($config['current_path'] . $parent . "config.php")) {...

I think there's something wrong in the following code: https://github.com/nestjs/sequelize/blob/f93e517458f462956e0070bcea9cde4f2532bca9/lib/sequelize-core.module.ts#L155 Here: ```js if (typeof options.synchronize === 'undefined' || options.synchronize) { await sequelize.sync(options.sync); } ``` I think it should be: ```js...

Hi @kamilmysliwiec, can we see where the commit for this fix is? Thanks!