Quantcast
Channel: Ionic Forum - Latest posts
Viewing all 228535 articles
Browse latest View live

Ionic 3 with storage

$
0
0

Thanks for ur reply.

Here is my Cart page


<ion-row class="apply-coupon" *ngFor="let p of Cartproducts;let i=index">
<ion-col col-4>
<img src="{{p.P_IMAGES[0].URL}}" alt="product2">
</ion-col>
<ion-col col-8>
<h1>{{p.P_TITLE}}</h1>
<p class="subtitle">Subtitle</p>
<p class="code">Code: 123</p>
<div>
<button (click)="cancel(i)">Cancel X</button>
</div>
</ion-col>
</ion-row>

I set i is index value.


How to write data to a csv file in ionic 3

$
0
0

Hi everyone..
I have my call logs displayed in a list format with name,phone number and other details...now i want to write all this data to a text file ,convert it into csv format and then export this csv file..

Please help how to achieve this..steps to do this would be helpful ..
Thanks.

How can new object push into array ionic new

$
0
0

sir,
i am just reffer this link but sir its not properly work in ionic 2 ..........

my page on page enter time all pushing array is cleaned how can i stop him.

How can new object push into array ionic new

Ionic delete images from php server

$
0
0

actually, i have an array of images which is showing in thumbnails list and thumbnails have delete button. when user click on delete button that image deleted from array list.i also want to delete that image from server on delete button click.

Is it possible to add objective c code in ionic or accedss js in Xcode from Objc?

$
0
0

Ok Thanks! Will try and let you know.

How to write data to a csv file in ionic 3

$
0
0

CSV is a bad format. It's poorly specified and hard to both write and parse properly. Use JSON instead.

How to write data to a csv file in ionic 3


How to write data to a csv file in ionic 3

$
0
0

This forum is not a "write my app for me" service. Provide code that you have tried, what you are expecting it to do, and how that differs from what it does.

How to write data to a csv file in ionic 3

$
0
0

I have just created a list which reads the call log from the mobile and displays it..I want to store this in a file so that it can be exported..

<ion-list>
    <ion-item *ngFor="let d of mobileId">
      <p>{{d.caller}}</p>
      <p> {{d.type}}</p>
      <p>{{d.date}}</p>
      <p>{{d.phoneNumber}}</p>
    </ion-item>
  </ion-list>

ts file-

 {
		this.mobileId =JSON.parse(this.device.uuid);
  }

please tell me the steps to achieve this..
code is not required..I want to know the right way to achieve this...

Push Plugin for ANDROID not working in prod mode, but works in dev mode

Ionic2 upload error

Ionic when test in ionic lab its ok but when realase app very delay for anything

$
0
0

plz answer me. if have sulotion plz tell me.

Ion-option - why is it so difficult to style

$
0
0

A screen shot won't be much help - basically the ion-option css format is impossible to change - just try changing the font color or size and see how difficult it is to do.

Drawing lines on a map between 2 points

$
0
0

Hey, sorry I'm just seeing this. What is not possible?

I found a better Google Maps plugin by the way.

I'm able to use native google maps for both Android and iOS. I'm currently using the 1.4 version, as I couldn't get version 2 to work on iOS, but I believe its been fixed.

I have an app in production using Ionic V1 with this plugin. If you'd like to check it out to see how it functions, its called Possessions - Safe and Found, on both the app and play stores.


Ionic when test in ionic lab its ok but when realase app very delay for anything

$
0
0

You will never get any answers with a question like that. I don't mean to offend, but garbage in, garbage out. All that means is that if want good answers, you gotta post a way better question than that.

You need to give more info. (logs, source code, environment info like the Ionic and CLI version, and from what can be inferred from your question, even your device specs, OS, etc.)

Take some time to gather info on what your problem is, try to figure out what will be helpful to those who read it, and then post it. You'll get more attention than what you're getting right now.

Push Plugin for ANDROID not working in prod mode, but works in dev mode

$
0
0

Found the solution.. The problem is that i have called Push.init before platform.ready. Once i enclosed it inside the success callback of platform.ready it is working now.

Freelancer(s) Opportunity - Long term possible

$
0
0

Hi, @kidney
How's everything?
I am Guang Zhao in Netherlands.
I look forward to a chance to work with you.
My SkyeID is zhao0423.
I will send you my request for discussing about this job.
Thanks.
Regards.

Ionic when test in ionic lab its ok but when realase app very delay for anything

$
0
0

i dont know what tell you. i have problem with run android apk file its very slow
i use here code to build apk file

ionic cordova build android --prod

and i enable enableProdMode() in main.ts

Item key not working with swipe and ng-for

$
0
0

Hi! Im trying to add a swipe button to a list in order the call a delete function.
The problem is that I can't get the (click)="deleteChat(chat.$key) to work because the swipe option is outside of the ng-for.
I tryied putting it inside the <ion-item *ngFor but it just won't show anything.

Any ideas?

THanks!

<ion-content>
    <ion-list>
        <ion-item-sliding>
            <ion-item *ngFor="let chat of chats | async" (click)="openChat(chat.$key)">
                <ion-avatar item-left>
                        <img *ngIf="!(chat.info | async).sPicture" src="assets/images/default.jpg">
                        <img *ngIf="(chat.info | async).sPicture" src="{{(chat.info | async).sPicture}}">
                </ion-avatar>
                <span>{{(chat.info | async).sDisplayName}}</span>
            </ion-item>

                <ion-item-options side="right">
                    <button ion-button color="danger" (click)="deleteChat(chat.$key)">Delete</button>
                </ion-item-options>

        </ion-item-sliding>
    </ion-list>
</ion-content>
Viewing all 228535 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>