Jeff Switzer

Results 5 comments of Jeff Switzer

For a newb like me trying to figure out how to change from the default splash screen to a custom one for the first time by [following the instructions](https://docs.nativescript.org/publishing/creating-launch-screens-ios) this...

A possible alternative is here: https://github.com/triniwiz/nativescript-image-zoom

@kazemihabib I also ran into this problem (on android) of trying to download a database from a remote server and then call copyDatabase on the downloaded file but even though...

@NathanaelA is the path that copyDatabase() tries to copy from the same as fs.knownFolders.currentApp().path? On my system that resolves to /data/data/org.nativescript.myappname/files/app

@kazemihabib @shastik thanks much... finally just got back to this and the above code helped me to get it working.