Cloned app with new app id still live updating the original app
Cloned app with new app id still live updating the original app
Okay Awesome! I’ll check that out! So as long as the versions on AppFlow are lower then the current versions on the app it should be okay?
Cloned app with new app id still live updating the original app
Yes, I think so. Hope it works
Cloned app with new app id still live updating the original app
Thank You very much.
Ionic 4 - Bluetooth Low Energy - "chat" with device
Hi,
You might want to check out:
And:
https://www.bluetooth.com/specifications/gatt/services/
Sincerely,
Fred
Ionic1 CFBundleIconName Info.plist missing?
Did you find a solution to this problem?
How to solve this?
I have the same issue?
CORS issue mobile app
We have upgraded mobile app from ionic 3 to ionic4 with angular. Now we are facing issues with CORS. we tried to resolve it on the server side but solution either works for android or ios, not both as we set the header :
- Access-Control-Allow-Origin “http://localhost” It works only for android
- Access-Control-Allow-Origin “ionic://localhost” It works only for ios
do we have any recommendations for UI or server side which should work for both iOS & the android.
Are you waiting for Ionic Vue 1.0?
Haha sorry
Thanks for the insights, makes sens !
Ionic 4 swiper virtual scrol
Hi, have you found a solution?
SubscribeWithPriority unsubscription in app.component.ts
I think this is one of those (hopefully) rare cases where your best option is to pull rank on the type system with a type assertion:
(this.platform.backButton.pipe(takeUntil(this.ngDestroyed$)) as BackButtonEmitter)
.subscribeWithPriority(0, () => {});
The pipe
call unfortunately “washes” the more specific type of backButton
(which contains the method you want) down to an Observable
(which doesn’t, hence your error).
Ioinc 3 and ionic 4
I have the following quetions
- how to deploy ionic 4 app to IIS?
2, which nodejs version for ionic 3?
Thanks
Build error: duplicate value for resource 'attr/layout_anchorGravity'
After a while not building the project I tried to build it and now shows this error:
Command finished with error code 1: cmd /s /c "E:\Ionic_projects\project\platforms\android\gradlew.bat cdvBuildDebug -b E:\Ionic_projects\project\platforms\android\build.gradle -Dorg.gradle.daemon=true -Dorg.gradle.jvmargs=-Xmx2048m"
cmd: Command failed with exit code 1 Error output:
D:\Android\gradle_user_home\caches\transforms-1\files-1.1\appcompat-v7-23.1.0.aar\1b78b0f678d04a28b63900b4924f2647\res\values\values.xml:115:5-69: AAPT: error: duplicate value for resource 'attr/layout_anchorGravity' with config ''.
D:\Android\gradle_user_home\caches\transforms-1\files-1.1\appcompat-v7-23.1.0.aar\1b78b0f678d04a28b63900b4924f2647\res\values\values.xml:115:5-69: AAPT: error: resource previously defined here.
E:\Ionic_projects\project\platforms\android\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:184: error: duplicate value for resource 'attr/layout_anchorGravity' with config ''.
E:\Ionic_projects\project\platforms\android\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:184: error: resource previously defined here.
The Ionic information
Ionic:
Ionic CLI : 5.2.0 (D:\NodeJSSoftware\nvm\v9.11.1\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.6
@ionic/app-scripts : 3.2.4
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 7.1.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 10 other plugins)
Utility:
cordova-res : 0.5.1
native-run : 0.2.7
System:
Android SDK Tools : 26.1.1 (D:\Android\sdk)
NodeJS : v9.11.1 (D:\NodeJSSoftware\nodejs\node.exe)
npm : 5.6.0
OS : Windows 10
Plugins installed
com-badrit-base64 0.2.0 "Base64"
cordova-plugin-app-version 0.1.9 "AppVersion"
cordova-plugin-camera 4.0.3 "Camera"
cordova-plugin-crop 0.3.1 "CropPlugin"
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-firebase 2.0.5 "Google Firebase Plugin"
cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 2.3.1 "cordova-plugin-ionic-webview"
cordova-plugin-market 1.2.0 "Market"
cordova-plugin-opentok 3.4.1 "OpenTokCordovaPlugin"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"
I have made this changes without any change:
- Update Android studio and Gradle (to 5.1.1)
- Delete node_modules and reinstall
- Delete android platform and plugins and reinstall
Nothing changed after all that actions.
Thanks in advance
"export 'ICON_PATHS' was not found in 'ionicons/icons'
Do you have a yarn.lock file in your project.
If so:
delete the folder: node_modules
delete the file: package-lock.json (created by running npm install)
run in terminal: yarn install
When you have a yarn.lock file you no longer want to ever call npm install, but instead yarn install. Gives weird results.
If you don’t have a yarn.lock file, consider deleting node_modules and running yarn install instead of npm install to see if the error goes away.
I just got the same error message you did because I ran npm install instead of yarn install.
Does that help?
PWA - How to access Cordova plugins in PWA web applications ?
Thanks. No advertising Until now I was just using Ionic for android and IOS. But now I am building also the cloud platform and I want to have the same code working for PWA and mobile … So I was wondering if I decided for capacitor… if it will still work good for mobile I have lot’s of plugins. Local Notification for example I don’t know if there is another way? Anyway I am using together with background mode plugin to receive chat notifications… So I don’t think I will be able to have it working on pwa … What are your thoughts?
Side menu is showing up in every page
i am using ionic4/angular4.i have created a side drawer menu using .so all the menu html is in app.component.html and i accesing it in only one page but dont know why the menu is showing in every page when device width is greater than 990px.
Unable connect with server when running with cordova
When i run my app using ionic serve it works fine. But when i use the command ionic cordova run android --livereload , it doesn’t hit on server and gives net::ERR_CONNECTION_REFUSED error.
few days back when i was running the app with ‘ionic cordova run android --livereload’ command i was getting an option to select the ip address but now it doesn’t .
Please …Need help. Stuck from last 2 days
Ionic Info:
Ionic CLI : 5.2.0 (C:\Users\FUJITSU\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.4.2
@angular-devkit/build-angular : 0.13.9
@angular-devkit/schematics : 7.3.9
@angular/cli : 7.3.9
@ionic/angular-toolkit : 1.5.1
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, (and 7 other plugins)
Utility:
cordova-res : not installed
native-run : 0.2.7
System:
NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
npm : 6.9.2
OS : Windows 10
When i updated the content e., static content in my app after generated of apk its showing the old content only ... plz tell me the solution
When i updated the content e., static content in my app after generated of apk its showing the old content only … plz tell me the solution
In my cordova application having some content that comes from database, in my application .. the data that comes from database its not displaying any thing. its showing nothing
in my cordova application having some content that comes from database, in my application … the data that comes from database its not displaying any thing. its showing nothing.
Ng-lottie dont work in android & ios
hello
why ng-lottie dont work in android or ios in ionic 4 it is only work in browser in my mac when i serve the project
in mobile it shown blank screen
Ionic 4 transparent transparent header
Hi,
I am facing the same issue with ionic 5.
None of these solutions work for me.
Please suggest any solution.
Thanks,
Vanisree