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

Issue with html tag


Issue with html tag

$
0
0

Hey @artfloriani,

Thanks for responding. You are right, the behavior is HTML default.

After replacing < and >, I was facing issues with “{” and “}”.

Following worked fine:
<ic-empty src={{’{’}}this.messages{{’}’}} message=“No messages in this conversation”></ic-empty>

White screen comes scroll fast [List]

$
0
0

check this out this will not allow to load more then 2000 data . it will automatically load data simultaneously on scroll

this team is called infinite scroll

White screen comes scroll fast [List]

$
0
0

using ion-infinite scroll also i am getting the same , After loading all the 2000 elements and scroll upwards fastly shows the white screen

Apple rejected my app: UIRequiredDeviceCapabilities key

Use Ionic 4 ion-picker without dialog

$
0
0

Hi!

I would like to ask you whether it would be possible to use the ion-picker controller in a form, where the picker selections will not appear in a dialogue but directly on the page where the form is located.

Ionic serve fails after upgrade to CLI 5.0.2 - [ng] The system cannot find the path specified

$
0
0

I tried installing ionic CLI 5.1.0, but it has the same problems as 5.0.2, so I went back to 4.12.0 which works.

Color icon select, ionic 4


Ionic serve fails after upgrade to CLI 5.0.2 - [ng] The system cannot find the path specified

$
0
0

Can you try remove and add platform again?

[ionic v4.0.0]: App hangs at white screen just after splash screen

$
0
0

i have an emulator running android 7.0 but i got the same problem

Apple rejected my app: UIRequiredDeviceCapabilities key

$
0
0

I wish I knew more so that I could help out. Best of luck to you!

Issue with html tag

$
0
0

@immcse No problem :wink:

I recommend replacing the brackets ({}) by their corresponding character entity, this will prevent any weird issues with angular and vue.

You can find the character entity for all characters here (search with ctrl + F): https://dev.w3.org/html5/html-author/charref

Good luck on your project!

Ionic version 3 order by date

$
0
0

json api like this.

{“data”:[{“id”:2,",“start_time”:“2019-06-26 00:00:00”,}]}

how can ı make order by start time.

my provider like this.

return new Promise(resolve => {

  this.http.get('http://127.0.0.1:8000/xxx')
    .map(res => res.json())
    .subscribe(data => {
      // we've got back the raw data, now generate the core schedule data
      // and save the data for later reference
      this.data = data.data;
      resolve(this.data);
      
    });
});

}

page.ts like this

public people: any;

constructor(
public rService : RProvider,public http: Http,) {
//this.getData();
this.loadPeople();
}

loadPeople(){
this.remoteService.load()
.then(data => {
console.log(data);
this.people = data;

});
}

so please help me how can ı make order depend on start time.

How do redirect before page template is loaded?

$
0
0

The starting page for my app has 3 icons and a chart (drawn using chart.js). This page also does a redirect to the login page if a user object is not available in storage. I am having difficulty understanding the timing here as i have 2 different timing related problems.

  1. the icons and the chart (depending on how chart is displayed) are shown briefly before the page is redirected.

OR

  1. the empty div for the chart is not available when i go to embed my chart.

my latest code attempt looks like this:

ionViewWillEnter() {
    if (jDrupal.user.uid === '0' || jDrupal.user.uid === '0') {
      this.show = false;
      this.router.navigate(['user/login']);
    } else {
      this.show = true;
    }
  }

  ionViewDidEnter() {
    this.show = true;
    this.showChart();
  }

  showChart() {
    const canvas: any = document.getElementById('myChart');
    if (canvas === null) {
      return;
    }

    const ctx = canvas.getContext('2d');
    const myChart = new Chart(ctx, {... static chart data
}

the above seemed like an easy solution but clearly i do not understand the timing of this relative to the template being loaded.

The other approach i had tried was to set the value of “Show” and then use it in the template with *ngif to hide contents before switching. this way i only flash a blank page; but this also does not work.

Perhaps my flaw is how the redirect is being done?

White screen comes scroll fast [List]

$
0
0

Is anybody has solution? While using ion-infinite scroll also i am getting the same


Introduções portuguesas - Portuguese introductions

$
0
0

Hello!!! Happy to contribute to community! :slight_smile:

How do redirect before page template is loaded?

Firebase App unable to Compile on Android with AAPT error

$
0
0

Thanks a lot, and this works!
You saved me from getting fired

Ionic 4 send SMS without notification

$
0
0

Our company is trying to use the android phone as a server with SMS functionality, may I ask how to do this?

I am currently using the nativeSMS from the docs but it always needs permission when sending an SMS

would appreciate any feedback

Ionic Native FCM - Cannot get the content of the notification when it comes?

$
0
0

tienes el repo para ver como la implementaste? por fabor

Viewing all 230419 articles
Browse latest View live


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