Dave Coffin

Results 10 issues of Dave Coffin

On Android, when recording audio, then saving, the app crashes with the following stack: ``` System.err: An uncaught Exception occurred on "main" thread. System.err: Failure delivering result ResultInfo{who=null, request=769, result=-1,...

All latest... Selecting a photo returns this error: `Asset '/storage/emulated/0/DCIM/Camera/IMG_20190920_122446.jpg' cannot be found.` And doing something like this: `var img = imageSourceModule.fromFile(selected.android.toString());` results in this error: `Error: java.io.FileNotFoundException: /storage/emulated/0/DCIM/Camera/IMG_20190920_122446.jpg: open...

bug

Hey there, I am super pumped to use this as it is exactly what I need. I have installed serveless and deployed my service without any issues, but I'm confused...

New property on WebView (allowInlineMediaPlayback: boolean) will enable inline media playback in a webview on iOS. By default, webview forces iPhone into fullscreen media playback.

docs needed

Hey @shripalsoni04 would you consider allowing me to move this plugin to the @nativescript/community repo? It looks like you haven't updated it in a long time, and its a fantastic...

There are cases where this code is run even if the webview has been destroyed. This simply guards against it.

With the release of Xcode 9 comes a new simulator for iPhone X. As you know, iPhone X has a different screen dimension, which shouldnt necessarily affect NativeScript development, but...

feature
css

I have a monorepo with many, many lambda functions that I deploy to AWS with Circle CI, terraform, and serverless. My deployment pipeline calls `serverless webpack` which webpacks all the...

Hi there, I am trying to run LSTM on iOS, but I'm not sure how to change the oem engine mode. In the code it references a lang.config file but...

View a photo in the gallery, then go to the homescreen. Then go back to the app. The photo you were viewing does not display. If you swipe over, the...

bug
help wanted