Page 1 of 2

Add chat page to existing Ionic App

Posted: Tue Jan 12, 2016 3:59 am
by Hawk

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!


Add chat page to existing Ionic App

Posted: Thu Jan 14, 2016 3:04 am
by Hawk

Hello,

Any update on this?

Thanks,


Add chat page to existing Ionic App

Posted: Thu Jan 14, 2016 2:23 pm
by Evgene Karachevtsev

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?


Add chat page to existing Ionic App

Posted: Sun Jan 17, 2016 8:55 pm
by Lovely Valentine

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?


Add chat page to existing Ionic App

Posted: Mon Jan 18, 2016 1:38 am
by Hawk

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,


Add chat page to existing Ionic App

Posted: Mon Jan 18, 2016 11:44 am
by Serhii Kulibaba

Hello,

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


Add chat page to existing Ionic App

Posted: Tue Jan 19, 2016 1:52 am
by Hawk

Hi Sergiy,

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

Thanks,


Add chat page to existing Ionic App

Posted: Thu Feb 04, 2016 4:41 am
by Hawk

Hello,

Any update on this?


Add chat page to existing Ionic App

Posted: Thu Feb 04, 2016 10:37 am
by Serhii Kulibaba

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


Add chat page to existing Ionic App

Posted: Fri Feb 26, 2016 5:42 am
by Hawk

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,