WebBLE

WebBLE

开发者: GreenParkSoftware

中国
APP ID 复制
1193531073
分类
价格
1.99€
内购
0个评分
工具(付费)
昨日下载量
最近更新
2022-05-03
最早发布
2017-01-11
版本统计
  • 870天5小时

    最新版本上线距今

  • 0

    近1年版本更新次数

  • 2017-01-11

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 1.6.0

    版本更新日期

    2022-05-03

    WebBLE

    WebBLE

    更新日志

    Raft of UI fixes and enhancements.

    - URL text field now always takes the whole width
    - on tapping the URL text field it now automatically selects all so you can immediately paste / start typing
    - tapping at the top of the screen more reliably shows the bars
    - bigger touch area at the bottom of the screen to show the bars when they are hidden
    - console now animates into view, and extends to the bottom of the screen not just the safe area
    - user agent string tweaked to convince more website browser checkers that WebBLE behaves just like Safari for most use cases
    - fixed a bug where we would not create a bookmark for a page without a title
    - couple other of minor bug fixes

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.5 / 1.6 ***

    - allows webpages to request the camera and microphone for video calls etc.
    - double tap the refresh button to do a hard reload
    - improved UI

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.5.0

    版本更新日期

    2022-03-28

    WebBLE

    WebBLE

    更新日志

    WebBLE now allows webpages to request the camera and microphone for video calls etc. 

    Also:

    - double tap the refresh button to do a hard reload – really helpful for local site development
    - the user agent string has been updated to include the name and version of WebBLE

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.5 ***

    - allows webpages to request the camera and microphone for video calls etc.
    - double tap the refresh button to do a hard reload

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.4.0

    版本更新日期

    2021-06-01

    WebBLE

    WebBLE

    更新日志

    Features:

    Support for the getPrimaryServices() method on device.gatt

    Bug fixes:

    - Issue 28: device disconnected unexpectedly on passing a TypedArray view on a very large ArrayBuffer (caused by ignoring the limits from the TypeArray view).
    - fixes a potential crash when a navigation occurrs (including a refresh) while the bluetooth device picker is visible

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.4 ***

    - support for the getPrimaryServices() API call

    *** New in 1.3 ***

    - Dark mode
    - Geolocation web API support

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.3.1

    版本更新日期

    2020-10-19

    WebBLE

    WebBLE

    更新日志

    Support for the web Geolocation APIs

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.3 ***

    - Dark mode
    - Geolocation web API support

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.3.0

    版本更新日期

    2020-02-18

    WebBLE

    WebBLE

    更新日志

    Proper dark mode support.

    Various small fixes as per https://github.com/daphtdazz/WebBLE/milestone/2

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.2 ***

    - Console for debugging

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.2.3

    版本更新日期

    2019-12-11

    WebBLE

    WebBLE

    更新日志

    Fix a crash on startup for new installs on iOS 13

    Also **hidden shortcut**: tap with two fingers twice to bring up / hide the console view

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.2 ***

    - Console for debugging

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.2.2

    版本更新日期

    2019-04-09

    WebBLE

    WebBLE

    更新日志

    Fixes a bunch of bugs relating to getting notifications for characteristics and writing to them.

    - now calls `handleEvent` if the callback object has that function
    - accepts `DataView` like objects as well as `ArrayBuffer` objects in `characteristic.writeValue()`
    - bluetooth events now have `srcElement` configured
    - `console.dir()` doesn't crash
    - `stopNotifications()` now actually works
    - `startNotifications()` and `stopNotifications()` returns a `Promise[Characteristic]` like they're supposed to

    And probably some other things I have now forgotten.

    Fixes https://github.com/daphtdazz/BleBrowser/issues/6

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.2 ***

    - Console for debugging

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.2.1

    版本更新日期

    2019-03-04

    WebBLE

    WebBLE

    更新日志

    - full screen support
    - better support for iPhone X models
    - better handling of failed navigations
    - tap status bar to hide and show toolbars
    - fix for a bug where operations would fail if a bluetooth device advertises itself more than once
    - fix to ensure that 'gattserverdisconnected' event is raised on a manual disconnect
    - various internal tidy-ups

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.2 ***

    - Console for debugging

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.2.0

    版本更新日期

    2018-12-29

    WebBLE

    WebBLE

    更新日志

    Built-in console window so you can debug a lot of javascript issues straight from the browser

    视频/截图

    WebBLE App 截图
    WebBLE App 截图
    WebBLE App 截图

    应用描述

    Very simple web browser that supports an initial subset of the web bluetooth javascript APIs, with bookmarks and console log viewing support.

    *** New in 1.2 ***

    - Console for debugging

    *** Overview ***

    Using this app you can navigate to a site written in javascript that can interact with your bluetooth (low energy) devices. This allows you to write your applications for use with devices such as puck.js in a language you are more familiar with (i.e. javascript) and be able to use it from your iOS device.

    Use the built-in console viewer to debug issues when running your site on WebBLE.

    Security is important for bluetooth device access, and so only sites that use https are supported, and it is not possible to connect to a bluetooth device without permission being granted by the user.

    Initially the following key APIs are supported:

    - bluetooth.requestDevice()

    - BluetoothDevice.gatt
    - BluetoothDevice.addEventListener('gattserverdisconnected', cb)

    - BluetoothRemoteGATTServer.connect()
    - BluetoothRemoteGATTServer.disconnect()
    - BluetoothRemoteGATTServer.getPrimaryService()

    - BluetoothRemoteGATTService.getCharacteristic()

    - BluetoothRemoteGATTCharacteristic.writeValue()
    - BluetoothRemoteGATTCharacteristic.readValue()
    - BluetoothRemoteGATTCharacteristic.startNotifications()
    - BluetoothRemoteGATTCharacteristic.stopNotifications()
    - BluetoothRemoteGATTCharacteristic.addEventListener("characteristicvaluechanged", cb)
  • 版本: 1.1.6

    版本更新日期

    2018-09-25

    WebBLE

    WebBLE

    更新日志

    Bug fixes:

    - name and namePrefix filters in requestDevice should now work properly (issue 8 https://github.com/daphtdazz/BleBrowser/issues/8)
    - characteristics that support writes with responses and without responses should now work (issue 4 https://github.com/daphtdazz/BleBrowser/issues/4)

    应用描述

    暂无应用描述数据