Matteo Polito

Results 19 comments of Matteo Polito

Hi guys, I want to access "deleteBackward" subclassing UITextField from NativeScript using Typescript class. Whats do I have to do? I've added a method deleteBackward() but it's not called. Can...

Hi, I think that @farfromrefug is a better solution, in fact I've adopted solution from flutter: [https://github.com/flutter/plugins/blob/master/packages/device_info/device_info/android/src/main/java/io/flutter/plugins/deviceinfo/MethodCallHandlerImpl.java](https://github.com/flutter/plugins/blob/master/packages/device_info/device_info/android/src/main/java/io/flutter/plugins/deviceinfo/MethodCallHandlerImpl.java )

> @mapo80 your link was wrong here is the good link https://github.com/flutter/plugins/blob/master/packages/device_info/device_info/android/src/main/java/io/flutter/plugins/deviceinfo/MethodCallHandlerImpl.java Fixed, thanks!

On crashlytics I've many entries with this issue. Did you know how to solve it? ``` Fatal Exception: java.lang.RuntimeException: Unable to resume activity {it.copergmps.rt.pf.android.sp.bmps/com.tns.NativeScriptActivity}: java.lang.IllegalArgumentException: No view found for id...

Hi @pictos, can you share github branch where Is your implementation so we can help you to complete this task? Thanks

Guys I've implemented a workaround but this can't be the final fix. I've changed source code during webpack operations in this way: ``` config.module.rules.unshift({ test: /@nativescript\/core\/ui\/core\/view\/view\.js$/, use: [{ loader: 'string-replace-loader',...

I'm using [7.0.0-alpha.1](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/7.0.0-alpha.1) version. I'll give you feedback about this version. Great work!!

Thanks for your answer, but object type it's not known. Since objects are of codable type, I have performed the serialization of the object into Dictionary and from this I...

Any plan to support swift 5?