cordova

Cordova app stuck on splash screen on iOS 14 Beta

故事扮演 提交于 2020-12-26 06:57:40
问题 I have a plain Cordova app and when I run it on iOS 14 beta the app gets stuck on the splash screen and there are few warnings/errors logged in XCode but I am not sure whether it is causing the problem. I have created a blank Cordova app to test whether it works on iOS 14 and when I run it on the device the app worked as expected but when I set the app to use WKWebView instead of UIWebView the app got stuck on the splash screen. I have added the below preferences to use the WKWebView in

Joining multiple audio files into a single audio file in client side

独自空忆成欢 提交于 2020-12-26 03:20:02
问题 We are building a exercise app using ionic framework, which need to play multiple audio files in sequence with specific interval between each audio file. We got this working. Now we need to join the audio files into a single file. Example: File_1 (4 mins in length), File_2 (3 mins in length). We need a new combined single audio file which should be of 10 mins length (File_1 + 3 mins silence + File_2) Is there way to get this in a client side mobile application using angular or cordova? 回答1:

cordova ios WKWebView upgrade - errors when showing some images

喜欢而已 提交于 2020-12-15 07:09:45
问题 I'm working on an app with Ionic 1 and AngularJS 1.5 I was told that I need to upgrade my ios to use WKWebView instead of UIWebView: https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/?utm_campaign=enterprise&utm_source=hs_email&utm_medium=email&utm_content=85128961&_hsenc=p2ANqtz--vsf3kcg7MssMWwjv2_GpHmVbzN23_5fXDfKT0E6OileYraLWs9btGPqWUcq5mzTKCtKwXGqO35V3SnInjypj4uqSBRg&_hsmi=85128961 Here is my setup: cordova-android 8.1.0 cordova-ios 5.1.0 cordova-plugin

cordova ios WKWebView upgrade - errors when showing some images

雨燕双飞 提交于 2020-12-15 07:09:20
问题 I'm working on an app with Ionic 1 and AngularJS 1.5 I was told that I need to upgrade my ios to use WKWebView instead of UIWebView: https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/?utm_campaign=enterprise&utm_source=hs_email&utm_medium=email&utm_content=85128961&_hsenc=p2ANqtz--vsf3kcg7MssMWwjv2_GpHmVbzN23_5fXDfKT0E6OileYraLWs9btGPqWUcq5mzTKCtKwXGqO35V3SnInjypj4uqSBRg&_hsmi=85128961 Here is my setup: cordova-android 8.1.0 cordova-ios 5.1.0 cordova-plugin

Ionic 4 Select Multiple Image From Gallery with Image-picker Not Working

ⅰ亾dé卋堺 提交于 2020-12-15 06:59:41
问题 I Use Image-Picker for select multiple Image From Gallery But I Get The "Plugin_not_installed" I Use From link To Install plugin ionic image picker ionic cordova plugin add cordova-plugin-telerik-imagepicker npm install @ionic-native/image-picker after install cordova plugin and telerik image picker in my package.json : { "name": "sheedo", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng

Ionic 4 Select Multiple Image From Gallery with Image-picker Not Working

痴心易碎 提交于 2020-12-15 06:58:21
问题 I Use Image-Picker for select multiple Image From Gallery But I Get The "Plugin_not_installed" I Use From link To Install plugin ionic image picker ionic cordova plugin add cordova-plugin-telerik-imagepicker npm install @ionic-native/image-picker after install cordova plugin and telerik image picker in my package.json : { "name": "sheedo", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng

Ionic Capacitor cordova plugin unable to write image to library on Android

回眸只為那壹抹淺笑 提交于 2020-12-15 05:35:32
问题 I am trying to use cordova-plugin-document-scanner with Ionic Capacitor for Android, but after the image is captured and when image crop UI should be displayed, it just returns to the capture screen again. This is the issue on the github repo. This is what seems relevant in the logcat console: 2020-08-03 13:26:05.320 27707-27707/si.test.app D/ViewRootImpl@9f2e8cd[ScanActivity]: Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)4 dur=8 res=0x1 s={false 0} ch=false 2020

Ionic Capacitor cordova plugin unable to write image to library on Android

时光毁灭记忆、已成空白 提交于 2020-12-15 05:33:25
问题 I am trying to use cordova-plugin-document-scanner with Ionic Capacitor for Android, but after the image is captured and when image crop UI should be displayed, it just returns to the capture screen again. This is the issue on the github repo. This is what seems relevant in the logcat console: 2020-08-03 13:26:05.320 27707-27707/si.test.app D/ViewRootImpl@9f2e8cd[ScanActivity]: Relayout returned: old=(0,0,1080,2280) new=(0,0,1080,2280) req=(1080,2280)4 dur=8 res=0x1 s={false 0} ch=false 2020

Cordova iOS 6+ Autoplay Video in External Screen

隐身守侯 提交于 2020-12-15 04:57:33
问题 I'm using cordova-plugin-wkwebview-external-screen to playback inline media on a secondary screen (via AirPlay or HDMI adapter). The media loads fine but does not autoplay videos in the external webview. (autoplay works fine in primary webview) In my config.xml I have the following: <preference name="AllowInlineMediaPlayback" value="true" /> <preference name="MediaTypesRequiringUserActionForPlayback" value="none" /> I have attempted adding the following configuration in

Cordova iOS 6.1.0 How to display images on external screen in WKwebview

你说的曾经没有我的故事 提交于 2020-12-13 03:29:53
问题 I have a Cordova app that uses this plugin (cordova-plugin-wkwebview-external-screen) to display images/media full screen on an external screen via Airplay/HDMI adapter (similar to Apple’s Keynote). All worked smoothly with UIwebview, but I’m having trouble displaying media on my external screen with WKwebview. I’m now using Cordova iOS 6.1.1 (CLI 10.0). I’m using window.WkWebView.convertFilePath() to display media on my primary (control) screen, but neither the converted file url nor the