ios14 creating issue in running application - ionic-framework

I build one application for ios and android it is running perfectly in
iphone 11 and IOS 15.But raise issue in iphone 11 with ios 14.
when i install app in ios 14 it is displaying blank screen and just my theme light and dark is working no other buttons are working.
my configurations are here :

You are running ionic react v5 (5.9.3) with ionic CLI 6 (6.19.1). You should make sure that you are using the same major version for both.

Related

ionic dev app is not detecting the ionic app

I am testing my ionic application using the ionic Dev app in android. After updating ionic to the newest version, ionic dev app is not detecting the application though it detected earlier. Is it a problem with the ionic cli version? How can I solve this?

Ionic Pro Montoring not working with Ionic DevApp

I am working on an ionic app, and I would like to use ionic pro monitoring for that, which works perfect if I open my app in a browser (ionic serve --lab) but it does not work for me if I open it with the ionic dev app or the ionic view app?
Is this a bug or is ionic pro montoring not designed for that usage?
UPDATE:
I have these troubles only on ios, it works on android!
Thanks in advance for any advice

Can't use Monaca barcode scanner plugin on Android 7

I use barcode scanner plugin on my Monaca app. It works nicely without Android 7 devices. I got this error at Android 7 phones:
In Enlish: Sorry, the android camera faced a problem. You may need to restart the device.
Monaca BarcodeScanner Plugin can’t be used with Android version 6 or higher and it may also not work with Cordova 6.5 projects for iOS platform.
However, you can import phonegap-plugin-barcodescanner into your Monaca project. This plugin will work on Android version 6 or higher without any issues. Please test it on custom Debugger or built app.

ionic v2 error ionic view

I'm developing an ionic v2 app but even working on ionic lab it gets a complete white screen on the ionic view. If I do the same withe the ionic v1 it works.
ionic start sample --v2
cd sample
ionic lab
ionic upload
It shows white but
ionic start sample
cd sample
ionic lab
ionic upload
It works perfectly. No changes on the code at all
Thanks
ionic 2 needs at least 4.4 android to work, lost a lot of time on this and there is nothing on the ionic website informing about that. Writing down here to help anyone in the future.
Ionic v2 supports android 4.4 and up. The older browser on pre-4.4 devices do not have the features needed for ionic2 and angular 2 to work. Though this can be fixed with crosswalk.
The supported platforms are list here:
http://ionicframework.com/docs/overview/#browser-support
You can go back to 4.1 with crosswalk it states.
ionic 2 needs at least 4.4 android to work,.. for more info debug app in chrome.
from ionic 2 Ionic officially stops to use ionic lab.
You can run and test your app in browser using command "ionic serve".
Ionic2 app was initially created with --v2 flag but now they removed it . So nothing happens with --v2
Better way to solve the code 1st time by running directly into android devices by
Ionic cordova run android or
Ionic run android
Then connect your device with your system and open chrome and enter chrome://inspect to the url
Now you can console log the the error and can find the way of solutions.
Now try to run by ionic view
Remove the platform and then add it again.
please try eionic start sample --type=ionic-angular

App crashes in Blackberry os7

My app developed with Blackberry webworks v 2.1.1 was working fine in OS6 simulator and device(Blackberry Torch 9800).But crashing every time with OS 7 simulator(Blackberry Torch 9810,Blackberry Bold 9930) while navigating from one page to other page.I am using html and java script and also using jquery 1.6.4 min.js.
Have you tried upgrading to the latest version of the Webworks SDK (v 2.3.1)?