web-bluetooth Questions
2
Solved
Right now I am developing web which has ability to connect thermal printer. I am using angular framework, and I successfully connect the thermal printer with USB using library ng-thermal-printer. B...
Promycelium asked 12/6, 2021 at 10:13
3
Solved
I integrated sample code into my Angular 6 project. But there some compile errors. One of these errors is:
Property 'bluetooth' does not exist on type 'Navigator'.
Why this error happens and how c...
Rettarettig asked 12/7, 2018 at 6:11
3
I was wondering if there are any possibilities to efficiently communicate and share data between devices using an offline progressive web app without being able to access the internet.
The first th...
Teetotaler asked 15/7, 2020 at 14:31
1
I've been basing my project on the discover services and characteristics sample project:
https://googlechrome.github.io/samples/web-bluetooth/discover-services-and-characteristics.html
I'm trying ...
Alderete asked 17/4, 2020 at 15:17
1
Solved
Is it possible to connect a bluetooth device whose ID I know without the pairing screen?
classic:
navigator.bluetooth.requestDevice ({filters: [{services: ['heart_rate']}]})
.then (device => {...
Themis asked 9/3, 2020 at 15:26
1
Solved
I want to build a PWA with capability to connect with "regular" bluetooth, not with Bluetooth Low Energy (BLE). Is that possible ?
Military asked 8/1, 2020 at 19:49
2
Solved
I'm working on a location related project. I found that iOS has iBeacon which can help the app to get the location data. I want to know if iOS Safari does have the access to it? Or any other simila...
Baty asked 28/1, 2016 at 21:29
1
© 2022 - 2024 — McMap. All rights reserved.