Adam Atri
Adam Atri
@JamesRoome I tried using your updated version 5.0.1, which does allow the plugin to fully build and the app to launch. however I get an error when trying `openAdvancedUrl` on...
```typescript /** * Fix bug in {N} button implementation by explicitly * casting value as boolean */ (function fixButton(): void { if (isIOS) return; function fixedIsEnabled(value: any) { //console.log('fixedIsEnabled', value,...
+1 - would really like to see this happen
pull request for fix: https://github.com/NativeScript/nativescript-camera/pulls
pull request for fix: https://github.com/NativeScript/nativescript-camera/pull/237
I am also getting an "ERR_UNKNOWN_URL_SCHEME" error from the InAppBrowser. This only occurs in Android. iOS works as expected. cordova cli version: 7.1.0 customUrlScheme plugin version: ^4.3.0 inAppBrowser plugin version:...