Re: Android Barcode Scanner widget

2021-04-17 Thread JeeJeeStudio via use-livecode
Altijd welkom Klaus! Well I know there is a permission and although I did not request it in an app, one of my apps uses the vibration and on my Android 10 Xiaomi phone it asked for permission. Did not needed to give permission on an Android 8.1 So I hope it helps. Schones wochen ende! Op

Re: Android Barcode Scanner widget

2021-04-17 Thread J. Landman Gay via use-livecode
I see vibration permissions for specific actions (calls, keyboard, etc.) but no general permission for the entire device. Maybe this varies by manufacturer or OS version. Anyway, I'd like to know if it works now. Failure to vibrate shouldn't abort the rest of the handler. -- Jacqueline

Re: Android Barcode Scanner widget

2021-04-17 Thread Klaus major-k via use-livecode
Hi all, > Am 16.04.2021 um 22:04 schrieb Klaus major-k via use-livecode > : > > Hi Jaques, > >> Am 16.04.2021 um 21:59 schrieb J. Landman Gay via use-livecode >> : >> >> On 4/16/21 2:38 PM, JeeJeeStudio via use-livecode wrote: >>> But it could be a Rights issue, you can check if the app has

Re: Android Barcode Scanner widget

2021-04-16 Thread Klaus major-k via use-livecode
Hi Jaques, > Am 16.04.2021 um 21:59 schrieb J. Landman Gay via use-livecode > : > > On 4/16/21 2:38 PM, JeeJeeStudio via use-livecode wrote: >> But it could be a Rights issue, you can check if the app has rights to use >> the vibration, requsting these are also in the dictionary > > I can't

Re: Android Barcode Scanner widget

2021-04-16 Thread J. Landman Gay via use-livecode
On 4/16/21 2:38 PM, JeeJeeStudio via use-livecode wrote: But it could be a Rights issue, you can check if the app has rights to use the vibration, requsting these are also in the dictionary I can't get it to work either on my Pixel phone, nothing happens. There are no permission settings to

Re: Android Barcode Scanner widget

2021-04-16 Thread Klaus major-k via use-livecode
Hoi JeeJee, > Am 16.04.2021 um 21:38 schrieb JeeJeeStudio via use-livecode > : > > Hoi Klaus, > > on mouseUp > > if the environment is "mobile" then >mobileVibrate 3 >end if > end mouseUp > > the vibrate has nothing to do with the barcode reader. > But it could be a Rights issue, you

Re: Android Barcode Scanner widget

2021-04-16 Thread JeeJeeStudio via use-livecode
Hoi Klaus, on mouseUp if the environment is "mobile" then    mobileVibrate 3    end if end mouseUp the vibrate has nothing to do with the barcode reader. But it could be a Rights issue, you can check if the app has rights to use the vibration, requsting these are also in the dictionary