Dimitris-Rafail Katsampas

Results 128 comments of Dimitris-Rafail Katsampas

@enich-dev Have you got any app sample to test it with? Going back to unmaintained plugins is always risky so we should try and solve it here. Also, have you...

> This is a good enhancement. I'd be open to reviewing a PR that has implements this I would gladly work on this but it seems moving that feature to...

@jkh675 In the past, I think I had similar problems when my device specified characteristic was not writable. Also, make sure to add `encoding` property to write. I set it...

> @CatchABus indeed it is now required. you can ask for it with @nativescript-community/perms That's what I eventually did. I think we should remove any kind of permission logic in...

@NathanaelA This refers to options popup menu that is an exclusive feature on Android OS. Am I correct?

> At this point, I believe I am allowed to ask about the status of Nativescript. It has been years and things are getting much slower. Is there something we...

8.6.2 truly contains changes related to TextField but we'll need more information, like the previous and new boolean value or whether problem occurs both ways (true false). Also, does the...

@ignacio68 @Bezlepkin Can you please post a reproducible sample? Stackblitz or repo will do.

> If I comment out this line: https://github.com/NativeScript/NativeScript/blob/main/packages/core/ui/text-field/index.android.ts#L115 everything works :) This one is needed to fix another problem just as described in the comment. I'll try to reproduce it...