Mark Ellul

Results 6 comments of Mark Ellul

`if (p && 'state' in p) { // Remove any addition information // E.g. p.state = 'facebook.page'; try { if (p.state.includes(""")) { p.state = p.state.replace(/\&\#34\;/g, '"'); } var a =...

any updates on this question?

@rrundle I have been looking into the media-capture plugin (https://github.com/apache/cordova-plugin-media-capture) it allows for both however you have to choose Video, Audio or Photo in the code

@phonic yes its a bit of a bummer, I really wanted the ability to switch between recording an image or video on the camera view itself, which is not possible...

I have been trying to change the external ip address from echo.gosmd.net to http://myexternalip.com/raw but I cannot figure out how to build the project ... any help from other mac...

CREATE TABLE `account_vetos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email_address` varchar(255) DEFAULT NULL, `reason` text, `status` int(11) DEFAULT NULL, `notes` text, `origin` varchar(255) DEFAULT NULL, `site_id` int(11) DEFAULT NULL, `created_at`...