Android and IOS Front and Back Camera and WIFI Scanning

Share your advanced knowledge/code with the community.
tj1010
Posts: 218
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: Android and IOS Front and Back Camera and WIFI Scanning

Post by tj1010 »

Android ART runtime, OS version, and Cordova have changed a lot in eight years. It's probably just a matter of watching "cordova plugin add" under Chromium debug. Likely something with Apache CDN filtering old plugins. Find a plugin published more recently; it looks like most become abandonware. These haven't been updated since around when I made this post.

I've looked at the source for Cordova plugins they are just Java using Android SDK callbacks
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: Android and IOS Front and Back Camera and WIFI Scanning

Post by Fred »

I actually found the issue, it was an error with new cordova version and SB build integration. It works again with SB 3.10+.
Post Reply