Publish IOS Ionic App To apple Store
@mfouash wrote: hi i need step by step how to publish my IOS ionic app to apple store i tray more than one time But it’s very difficult i followed This Instructions but get a lot of problems any one...
View ArticleFirebase photo URL
@flosrn wrote: I want to upload and load photo from camera or gallery in my ionic app but Ihave problems with the firebase URL… uploadPhoto(sType) { const options: CameraOptions = { quality: 100,...
View ArticleNative plugins dont load when android run with --livereload
@ankitchoraria wrote: Hello, When I run the command: ionic cordova run android --prod --aot --livereload The app starts but cordova object in window is not available. The app works fine but any native...
View ArticleCan't find variable webpackJsonp issue
@the_luanblakaj wrote: Hey I want to connect a test app with the reddit api. But I when running my app I get this error “can’t find variable webpackJsonp issue”. I don’t know why this error occurs....
View ArticleDisplaying a result of a promise in the view
@zuest wrote: Hi everyone i got a function that returns a promise ( array of users) and I want to display these users in an ionic card how could that be done? Screenshot_2.png842x70 4.43 KB appreciate...
View ArticleSending requests between end to end devices in ionic
@zuest wrote: hey guys how can i send a request to a user when a button is pressed? for example user 1 sends a request, the request is sent to user2, and user2 accepts or rejects the requests and user...
View ArticleCreate dynamically ion-row?
@Kaniar_Kode wrote: Hi there ! First, I’d like to know if it’s possible to create a ion-row (or ion-item) dynamically… In the following code, I have a ion-row with a ion-item in which I have 2...
View ArticleNode Schedule
@yeeqinghew wrote: Hello, anyone knows how to implement this “npm install --save node-schedule” into typescript? As most of the websites are about javascript,Node-schedule Posts: 1 Participants: 1...
View ArticleProblem with my simple timer
@perenyitamas wrote: Hello guys! I have a big problem. My user can set a time in minutes in the settings and my timer will countdown from that time. However when i load the page, the timer display...
View ArticleImplementing Parental Gate for Apple
@arlevi wrote: In general - kids apps require "parental gate" Doc: https://developer.apple.com/app-store/parental-gates/ How can I implement such solution within an Ionic app ? I’m not sure which...
View ArticleImage size
@Tartons wrote: Someone could tell me how to edit the size of an image attached? Posts: 1 Participants: 1 Read full topic
View ArticleSounds on buttons
@Tartons wrote: How do I add sounds on buttons? Posts: 1 Participants: 1 Read full topic
View ArticleImport Clarifai prediction with Ionic
@Benzarnun wrote: Anyone in this have connected Clarifai (prediction) with Ionic, please tell me how to integrate them together. I am confused with it too much. Please help me Posts: 3 Participants: 2...
View ArticleBlack Status Bar with Ionic Cordova Run
@DevinShoe wrote: The status bar is completely black (showing no notifications, no time, no WiFi indicators, etc.) whenever I deploy my Ionic application to my Android device. The command I’m using is...
View ArticleManual Data Entry in Ionic
@infinity_ananto wrote: I am new to IONIC. I wanted to know what is the ideal choice for storage. Should i use ionic storage for that? Also i need to manually enter some data for the app. Now i can’t...
View ArticleCan not use type 'list' as variable type in ionic project
@armensanoyan wrote: Hi! I am using angularfire2 in my ionic project. I need to get data in list to use querying-lists If I understood correct there is no lists in typescripts so writing public...
View ArticleJs size reducing technics
@raxim wrote: Hi There, I had lots of complaints about ionic regarding to the size and the bugs which hasn’t been fixed for a year, now i was able to measure the minified size of my app. My lib folder...
View ArticleNavigation bar is not shown in iOS
@AliRezaBeitari wrote: I moved my custom toolbar to a new component and then I referenced it in my Home page, but in iOS the navigation bar is not shown: When using component: ios.JPG901x189 13.4 KB...
View ArticleCordova run android fails
@LarsS wrote: Hi, the cmd cordova run android fails with this message: Android Studio project detected ANDROID_HOME=C:\Users\LS\AppData\Local\Android\Sdk\tools JAVA_HOME=C:\PROGRA~1\Java\jdk1.8.0_161...
View ArticleCannot find module "@angular/core/src/metadata/directives"?
@Louis101 wrote: I am getting this error cannot find module “@angular/core/src/metadata/directives” But I am unsure what it is? Posts: 1 Participants: 1 Read full topic
View Article