Woongsik
Woongsik
@rigor789 Hi, the workaround is not worked for me. The issue is coming from "@nativescript-community/ui-pulltorefresh": "^2.5.0", and still required to use JAVA 11. ``` Where: Build file '/platforms/tempPlugin/ui_pulltorefresh/build.gradle' line: 6...
@rigor789 Thanks for the reply. I tried to switch it to JAVA_HOME pointing to JAVA 11 instead of JAVA 1.8 and now there is another one came, ``` Gradle build......
If somebody have a suffer from this, try it in main.ts as work around !! You still can use mapView.infoWindowTemplate = "some string template" like NS6 In main.ts // From...
Hi, I have the same issue and any updates or solution? @wamfever Your suggestion is not working for me as well. I use tns-android: 6.5.3 and nativescript-plugin-firebase: 10.6.3 Could not...
@ManciuStefan Hi, thanks for the message and help. I was having trouble with other plugins include.gradle containing bintray urls as well but I removed them. Finally it seems fine and...
Try @change="(args) => countryChange(args)"
I have a title on top of google map and the myLocation button enabled. Now the button is on top on android but the button will be bottom on ios....
@farfromrefug Hi, I have the same issue with NS 8.4.x but I can still run the application. I am using CoreTypes for geolcation accuracy "@nativescript/core": "~8.4.1", "@nativescript/android": "~8.4.0", "@nativescript/ios": "~8.4.0",...
Hi, I can try it. Could you give me a quick instruction that I should look into?