Ionic 3 App Not Working on Android Device our nox emulator but working fine...
@abdulbasitchippa wrote: Uninstall, then install again. npm uninstall -g cordova npm install -g cordova <content src=“index.html” /> <access origin="" /> <allow-intent href="http:///"...
View ArticleERROR ITMS-90725: "SDK Version Issue" IOS SDK
@jonasFreitas wrote: Hello everyone, I’m taking a problem when i try push my ionic app on the App Store with XCode. I follow this steps: https://ionicframework.com/docs/v1/guide/publishing.html The...
View ArticleReproduce fab button example animation
@lautarolorenz wrote: Hello I would like to know how I can reproduce the animation of the “add” button that ionic uses for its examples in the following link: https://ionicframework.com/docs/api/fab...
View ArticleIONIC4 - Scroll of a list inside a component does not work
@leoneltasso wrote: I create a generic list (a component) to use in all my pages, but the scroll is not working. The principal page: <ion-header> <app-generic-menu [leftMenu]="'left-menu'"...
View ArticleRuntime Error please help
@pogingalien wrote: im creating an text to speech app then my code are all fine doesnt have error but when i test its functionality on mobile then i click on playtext button it starting to show this...
View ArticleFile transfer on iOS issue
@Lifistic wrote: Hi, I have an Ionic 3 App in which i’d like to use cordova file transfer plugin (@ionic-native/file-transfer) to allow users on iOS to upload files from iCloud or Dropbox (if...
View ArticleGlobal header, tabs and sidebar
@apeisia wrote: Hello, I’m trying to achieve a sidebar, a global header and a global tabs bar on the bottom in our first Ionic application. The workaround that I have found for the moment is to create...
View ArticleDisable platform sound on NFC Reading
@splig wrote: Hi there! I am reading an NFC tag but I would like to remove the default platform sound every time I read a tag from my app so I would like to sound an “ok” or “warning” sound depending...
View ArticleIonic 4 Statusbar not hiding at all in android for my code!
@Princeoo7 wrote: I have tyred every thing but for some reason following code fails to hide the status bar on the android device. the ionic vue beep app, joule app are able to do it in a way but my...
View ArticleCordova plugin file transfer issue
@Lifistic wrote: Hi, i’ve got an issue with cordova file transfer plugin. I followed the instructions here : GitHub jcesarmobile/FilePicker-Phonegap-iOS-Plugin This plugin makes possible to pick files...
View ArticleAndroid Manifest not adding uses-permissions from plugins
@mattclyde37 wrote: My android app is unable to enable Camera Permissions. In the app I request permission with the native Diagnostic Plugin, it returns “DENIE_ALWAYS”. When I go to the app settings,...
View ArticleUnable to issue http requests from iOS native
@mic2 wrote: Hi, We are trying to issue http requests from our app to our servers and get the error {"_body":{"isTrusted":true},"status":0,"ok":false,"statusText":"","headers":{},"type":3,"url":null}....
View ArticleIonic 4 - How to autofill username/password for Login Page of embedded website?
@jerrychong25 wrote: Hi all, I have embedded a website inside my ionic 4 app. However, I would like to autofill username/password for Login Page of this embedded website. Original Flow: Open Mobile...
View ArticleAndroid app issue
@WeAreCoders wrote: cordova build android Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=C:\Users\We Are Coders\AppData\Local\Android\Sdk...
View ArticleResource not found
@yuhai2017 wrote: TIM截图20190411110543.png1258×247 15.4 KB TIM截图20190411113805.png1133×581 12.4 KB GitHub mauron85/cordova-plugin-background-geolocation Background and foreground geolocation plugin for...
View ArticlePromise.all().then not called in background
@adappter wrote: Hello all, I have currently a confusing problem. I’m using the Google Maps Plugin to rotate a Polygon. This is what my code looks like: private rotatePolygon(polygon: Polygon,...
View ArticleIonic 1 - View breaking on page load
@bikash336 wrote: Page view break after load the page. Basically I called rest API on this page controller and based on $scope.data I was init a ng-loop on the page. When I entered this page looks...
View ArticleHow to send multiple images with form data to API?
@flycoders_sourav wrote: How to send multiple images with form data to API? Actually i want to send branch of image with form data to the server I have a function there user can upload a post with...
View ArticleAPI is not hitting APIGEE server through iOS App
@Ketaki-J wrote: Dear All, I have created an app on Ionic 4 and created iOS app. The iOS app is not hitting APIGEE Server where APIs are deployed. Request your guidance and answers to resolve this....
View ArticleError when add Diagnostic in app.module
@neumotngayem wrote: I am getting an error when try to add Diagnostic in my app.module.ts, image.png1292×705 55.9 KB anyone know how to fix that ? Posts: 1 Participants: 1 Read full topic
View Article