haptic-feedback Questions

3

Solved

I have an Android app with 9 buttons. This app runs on 2.36 and is the only app on the device (or at least the only app we let the user use - we ship the device with our code preinstalled as part o...
Bannerman asked 9/9, 2014 at 15:16

5

I have a Menu in my app, and I trigger haptic feedback when menu opens (from onTagGesture action). However sometimes when I tap on the menu open trigger, the menu won't actually open, but I'm still...
Vocalic asked 20/3, 2021 at 1:2

5

Solved

I'm working with some UIGestures (in particular a force touch). I have all of that working, the additional UI updates/animations all working per the forced touch. However, I would like to add in th...
Consecution asked 21/9, 2018 at 19:29

1

I'm trying to get if haptic feedback enabled in System Settings, i.e. globally on a device. I don't need to set this setting, just read. We do it this way on Android 12 or lower: Settings.System.ge...
Sketchbook asked 8/3, 2023 at 11:12

5

Solved

Using jetpack compose, for a clickevent how to perform haptic feedback. I am new to jetpack compose. This is what i tried - val hapticFeedback = LocalHapticFeedback @Composable fun Tab() { Row() ...
Shreve asked 11/7, 2021 at 6:26

3

Solved

Adding microphone audio input to AVCaptureSession seems to disable UIImpactFeedbackGenerator. let audioDevice = AVCaptureDevice.defaultDevice(withMediaType: AVMediaTypeAudio) let audioDeviceInput =...
Rento asked 14/10, 2017 at 23:42

7

I have imported import 'package:flutter/services.dart'; and then called HapticFeedback.lightImpact(); nothing happens. What do I need to do to get it working? I am testing with the latest Flutter...
Rootlet asked 31/5, 2019 at 22:7

5

I would like to use some haptic in my app. I am using the UISelectionFeedbackGenerator but it will not work. I am testing on real iPhone 7 with iOS 10. These two lines should do the magic – but not...
Katinakatine asked 12/12, 2016 at 9:57

2

I'm trying to have a video/camera view in the background while I also allow for haptic feedback in my app for various actions, but it seems that AVFoundation is not playing nice with any of the cal...

6

Solved

I am wondering how we could check if the new iOS 10 API UIFeebackGenerator is available on the current device. There are some more things we would need to check: The device needs to run iOS 10.0 ...
Nutpick asked 3/1, 2017 at 13:8

5

I an writing a react-native app, And I noticed that while the buttons look like native buttons when clicked - they do not behave as one (At lease not like android button behave). Clicking on andro...
Mei asked 3/5, 2017 at 12:48

0

I'm implementing a virtual Android keyboard and are about to add haptic feedback. Luckily Android provides performHapticFeedback() and HapticFeedbackConstants so it's easy to give the user a haptic...
Bock asked 11/9, 2019 at 10:59

1

TL;DR: Would appreciate any extra information on Android's abstract class Vibrator vs performHapticFeedback Preferably avoiding the use of the Vibrator class and prioritising performHapticFeedb...
Prebo asked 20/5, 2019 at 3:28

0

Is there a way to disable the haptic feedback happening when cells are swapped during moving ?
Latvian asked 30/8, 2018 at 15:8

0

I am seeing intermittent crashes with the haptic feedback engine in iOS 11. Unfortunately, I do not have reproducible steps because it seems to be happening randomly. Here are the exception and st...
Thoroughfare asked 18/1, 2018 at 23:13

1

Assuming the user has not muted their watch sounds. Is it possible for an apple watch app to trigger a haptic feedback (i.e vibrate) without the accompanying sound. This is different than receivin...
Dominic asked 19/1, 2016 at 19:17
1

© 2022 - 2024 — McMap. All rights reserved.