Black screen on iPhone on tabspage
@JackyVip wrote: On the first tab, I want to display the difference between Date in minutes. I can run the app on browser and android but on ios, I get a black screen. If I don’t change the Date...
View ArticlePublishing app - privacy policy
@Vartex05 wrote: Hi, iam trying to publish my app on google play, problem is, that my app uses camera for qr code reading, so i cant publish my app without privacy policy. How it should look like? And...
View ArticleResize image before upload with targetHeight - problem filling space with image
@JEricaM wrote: In my app an user can change his avatar. To limit the storage space (with firebase storage) and make the image retrieve from the database faster, I decided to resize the image. The...
View ArticleProd build is not working getting below error
@champion007 wrote: app.module.ts - @NgModule({ declarations: [ MyApp, AboutPage, ContactPage, HomePage, TabsPage, DialerPage, AuthPage, LoginPage ], imports: [ BrowserAnimationsModule, HttpModule,...
View ArticleProblem with JSON Parse [HELP]
@Vidit wrote: I am trying to list some products from a rest api call home.ts : import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; import *as Woocommerce from...
View ArticleError: Unexpected value 'undefined' imported by the module 'AppModule
@mrossid wrote: dear someone, please help me to fix this, i am a newbie ionic user,please all i want to did is create a modal,show it when the fab botton is pressed. but i had this err… Error:...
View ArticleYouTube logo link is taking over the app
@arlevi wrote: Wanted to consult with others who are using the YouTube player as an iFrame in their apps. Basically everything works fine. but my app got rejected by Apple because my app is considered...
View ArticleAndroid Status Bar Transparent
@david_bc wrote: Hi everyone . I want a status bar transparent on Android. I used status bar plugin : Added this in config.xml for android platform : <preference name="StatusBarOverlaysWebView"...
View ArticleAngular / ionic
@RobertLow wrote: Hi, I have a ngFor how can I only retrieve the latest or last index item? Thankyou. Posts: 1 Participants: 1 Read full topic
View ArticleGoogle map not loading properly
@flycoders_sourav wrote: I want to find the near by place.map loading repeatedly in a time interval. but there is no time interval program like setInterval or setTimeout. i don’t understand what is...
View ArticleIonic contacts fetch does not properly on iOS
@champion007 wrote: Hi Folks, I am doing one POC where i need to fetch device contacts list using ionic native plugin. Works fine on android. iOS i am having tricky issue when there is no number added...
View ArticleIonic Array bug?
@JackyVip wrote: Hi! I used an object to fill an array. array = [] obj = { index:0, isOnline:false } for(let i =0;i<5;i++) { obj.index = i; obj.isOnline = false; array.push(obj); } The array is...
View ArticleGSAP DrawSVGPlugin
@AceBoy wrote: Hello. I want to implement this plugin in Ionic3 . As I know a npm package doesn’t have plugins from club, nor @types/gsap. I added DrawSVGPlugin.js into node_modules/gsap and later...
View ArticleHow to move automatically to next input field
@RajaJakkampudi wrote: Am developing an android app using ionic. For authentication am using 4 pin password. But the problem is its not automatically redirecting from one field to another field....
View ArticleHow to Msqrd - Snapchat Realtime Filter
@serkandemirci wrote: Hi; Is there any possibility to do an application like link application with Ionic framework? How can I do it? Can you help me? Thank you App Store MSQRD — Live Filters &...
View ArticleImplemente long press click on ionic
@durvilchat wrote: Hello please how to add a long press click on my ionic app?Thanks Posts: 2 Participants: 2 Read full topic
View ArticleTried updating my project, never seen this error before
@HinderiksR wrote: Hi, So i’ve just updated everything and ran into an error during startup. The app builds fine and ionic doctor says everything is ok. But when starting the app and inspecting it in...
View ArticleIonic resources times out despite high speed connection and small file size
@GSL_Berry wrote: I am trying to generate my splash and icon, but it keeps timing out. I tried generating the resources per platform and icon/splash separately. With some luck I eventually got the...
View ArticleTel link seems not work in latest Ionic for iOS
@teerasej wrote: This’s quite strange result after I updated Ionic CLI and Cordova to latest version, then create a fresh project with a button that invoke following javascript statement:...
View ArticleVirtualScroll elements disappear to early from the view
@EvenMind wrote: Hi, since I upgraded from ionic 2.2.1 to the latest 3.9.2 i have an issue with the VirtualScroll. Here is the start page (there is a toolbar in header): When i start scroll to the...
View Article