Jason Sultana

Results 4 issues of Jason Sultana

MediaPicker.getMedias is failing (invoking the error handler), but no error object is being passed in. At least nothing serialisable. Does this need any special permissions?

Tried this: ```js var app = startApp.set({ "intentstart": "startActivityForResult", "action": "ACTION_MAIN", "package": "com.capture" }, { /* extras */ "key": "CAMERA", "name": "abc" }); app.start(function(response) { console.log(response); }, function(error) { console.error(error);...

bug
question
Android

I have a template with the following snippet: ``` if (A < B) ``` RazorEngine compiles this to: ``` if (A WriteLiteral("< B)\n {"); ``` This is inside a @{}...

This may not be a bug, but I just wanted to confirm the expected behaviour. Running an Android emulator, opening a file using this plugin launches an external application. Thus,...