Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Add chat page to existing Ionic App

Hello,

I followed this tutorial https://blog.appery.io/2015/08/buildi... and created to-do App successfully.

Now, I'm trying to implement the following tutorial (Chat app) in the same App (https://blog.appery.io/2015/12/how-to...).

I followed all the steps. One step I'm a bit dubious about, is index page, since both share the same, I'm not sure how to add Chat app to the same index page. For example, there is already function init with the code below exist for the to-app

pre
$scope.visionStatus = {};
$scope.header = {};
$scope.header.title = "Tasks";
/pre

The code above for to-do functionality. I added also to the index page (user variable of the type user as per the tutorial).

Currently when I test Chat functionality, the landing page is 'NamePrompt', and key in the name, but when I click 'Chat' button, nothing occurs. There is no errors in the console.

I'm a bit clueless as if the to-do functionality has anything to do with this.

Please advise!

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Add chat page to existing Ionic App

Hello,

Any update on this?

Thanks,

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Add chat page to existing Ionic App

Hello Hawk,

Sorry for the radio silence here.
The "Index" page is a container for the whole app, making the parent scope - mostly useful for creating common data/methods that could be accessible from any page of the app.
Referring to chat tutorial Chat Button navigates to another page.

Please clarify does the user want to achieve the same?
What page does his/her app navigates to?

Lovely Valentine
Posts: 0
Joined: Sun Jan 17, 2016 8:28 pm

Add chat page to existing Ionic App

Hello, I'm having the same issue when I click the chat button on the nameprompt page nothing occurs.

Did you figure out how to fix this problem?

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Add chat page to existing Ionic App

Hello Evgene,

Yes, I want to follow the same way of the tutorial. From index page, I'm supposed to type a name and then click 'Chat', It is supposed to navigate me to the chat page. But nothing occurs.

Please advise.

Thanks,

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Add chat page to existing Ionic App

Hello,

Please check if there are any errors in the browser console.

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Add chat page to existing Ionic App

Hi Sergiy,

As I mentioned in my first post, there is no error in the console.

Thanks,

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Add chat page to existing Ionic App

Hello,

Any update on this?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Add chat page to existing Ionic App

We are very sorry for the radio silence here!

Please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the following information:

1) App name
2) Test credentials if login functionality is implemented in your app
3) Detailed steps to reproduce the issue

we will check it

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Add chat page to existing Ionic App

Hi Sergiy,

I shared the App

1) App name : Ionic_RnD
2) Test credentials if login functionality is implemented in your app : No login required
3) Detailed steps to reproduce the issue : Open the App, insert any name and click 'Chat' button, nothing occurs.

Regards,

Return to “Issues”