Questions tagged [bluetooth-keyboard]

The Core Bluetooth (CB) framework provides the necessary resources for iOS apps to communicate with devices that are equipped with Bluetooth Low Energy technology (BTLE).

The Core Bluetooth (CB) framework provides the necessary resources for iOS apps to communicate with devices that are equipped with Bluetooth Low Energy technology (BTLE).

16 questions
10
votes
2 answers

Ion-input loses focus while using bluetooth keyboard

I am working on entering text with Hardware keyboard(Bluetooth connected) connected to iPhone(iOS 9 and iOS 10) in Ionic 3. While entering, The input is losing its focus and even if i try to enter again, It is not taking any input from keyboard.…
Uma Sankar Buddi
  • 277
  • 2
  • 14
7
votes
2 answers

UIKeyCommand is not disabled when typing into a text field (Swift)

I made a calculator app (swift), and I set up some UIKeyCommands so that if the user has a bluetooth keyboard, they can type numbers/symbols into the calculator. They work like so: UIKeyCommand(input: "4", modifierFlags: [], action:…
owlswipe
  • 19,159
  • 9
  • 37
  • 82
7
votes
2 answers

Allow input from bluetooth keyboard even if screen locked

I'm developing an application that lets the user scan barcodes using an external barcode scanner connected via bluetooth. The barcode scanner acts as a keyboard, i.e. Android thinks that the scanned barcodes have been typed on a keyboard. The app is…
Baz
  • 36,440
  • 11
  • 68
  • 94
4
votes
0 answers

Multiple layouts for physical keyboard on Android 7

I have LineageOS 14.1, and the menu with keyboard layouts for physical keyboard allows you to choose only one language (no multiple choice). How can I choose multiple languages? Now I have Gboard keyboard, but the problem doesn't depend on keyboard…
2
votes
0 answers

How do you program an iOS app to respond to commands from a Bluetooth keyboard that aren't part of the iOS?

Like scrolling in a list Or clicking the return button on the keyboard to click an "ok" Button. I'v searched the internet but I could only find results for questions about connecting Bluetooth keyboards.
Mikael Weiss
  • 839
  • 2
  • 14
  • 25
2
votes
0 answers

EXC_BAD_ACCESS Cmd+Left/Right in UItextView

Steps to Crash: сreate "simple view application". Add textView and set some for it properties(you can see it in code bellow). Cursor should be between points in the center of the field.(you should add a long string to see points in the…
Nuzhdin Vladimir
  • 1,714
  • 18
  • 36
2
votes
2 answers

Handle return key of bluetooth keyboard for number pad

In the app I am performing some action on custom done button that is added on the Number pad, as number pad does not have return key. Now, the problem is when hardware keyboard is attached I am not able to handle the return key press on hardware…
Javal Nanda
  • 1,828
  • 3
  • 14
  • 26
1
vote
1 answer

How to sniff packets from wireless Bluetooth keyboard and Computer with help of wireshark?

I want to sniff packets between bluetooth keyboard and computer and analyse with wireshark.What setup I need to have to see the packet transfer via bluetooth/ble?
1
vote
0 answers

Android: No change to layout while using personalized key layout

I'm trying to change the layout of my Bluetooth keyboard I'm using with my Android tablet to a French Canadian keyboard (not the multilingual one btw). After a long search, I finally found a deprecated app to add a British keymap, which I tried to…
1
vote
0 answers

IOS Bluetooth keyboard - Special keys (ctrl, shift, arrow) in browser

Is there a browser app (or keyboard app?) that supports sending ctrl, shift etc keys to the webpage correctly? You can test it by http://keycode.info . Safari on ios do not handle ctrl, shift, alt and arrow keys as like in other platform. I want to…
Min Chan
  • 51
  • 1
  • 2
1
vote
1 answer

Is the supported external protocol necessary in info.plist for supporting a BT keyboard?

Without any additional UISupportedExternalAccessoryProtocols ("supported external accessory protocols") in info.plist, connecting a BT keyboard to iOS works fine with interacting with UI controls. However, when it's connected, I don't see anything…
Joey Carson
  • 2,973
  • 7
  • 36
  • 60
0
votes
1 answer

activity restart due to Configuration Change

My activity is getting restarted, to avoid this I have added the possible configuration changes in my Android manifest still activity getting restarted. The android manifest as below I have get the configuration at runtime and logged in Log file,…
0
votes
1 answer

How to send Keyboard values in HID with Report ID?

I am using below descriptor to send key values from keypad over HID bluetooth. USAGE_PAGE(1), 0x01, USAGE(1), 0x06, COLLECTION(1), 0x01, REPORT_ID(1), 0x02, USAGE_PAGE(1), 0x07, …
0
votes
1 answer

Bluetooth keyboard not responding to UIPanGestureRecognizer on Apple TV

I am getting some issue with using a bluetooth keyboard to UIPanGestureRecognizer which is used for scrolling a textview. Do I need a different recognizer to detect up and down arrows?
Frank
  • 3,073
  • 5
  • 40
  • 67
0
votes
0 answers

Belkin QODE thin for iPad mini reprogramming

I just got belkin qode bluetooth keyboard for ipad mini, but it is in french. Layout of the keys is ok, I remember where which letter is, but when I press M it types (in my language - czech) letter "Ů". When switched to english keyboard on iPad and…
1
2