last-Programmer

Results 57 comments of last-Programmer

We are facing this issue in IE11 only and is there any plans for releasing official fix?

the text property accepts React.Element. It seems to be that the typescript defintion of text property is just string only. that is the reason we are getting the error. it...

@PureWeen i treid the nightly build and my project is not compiling. now it seems to be that platformview in handlers are object type and not the native type. and...

@Larhei i tried and i get the error invalid file path. API2144 for this files during the build

@Larhei thanks Add a new Folder colors to Platforms/Android/Resources i created the colors folder instead of color. all good now. i am not getting the exception now. thanks a lot...

I am also having this issue with Android resources. Resource.Designer.cs file is not beging created for Android resources. I am getting the error in the IDE CS0117 but when i...

@dellis1972 Thank You very much. I missed that part. Wont i get the intellisense for resource ids any more? because in vs for mac i get the ide error CS0117...

@dellis1972 It seems to be that the error CS0117 is happening only in VS for MAC and not in VS for Windows with newly created .net8 Android application Steps to...

@stoff99 could you please share how you solved the problem? thanks