signalpoint / DrupalGap

An application development kit for Drupal websites.
https://www.drupalgap.org
GNU General Public License v2.0
232 stars 185 forks source link

Hello World app user edit/view navigation causes app to crash #1028

Open liquidcms opened 5 years ago

liquidcms commented 5 years ago

I ran through testing the Hello World app all the way to compiling a debug APK and installing on my phone. Seems to work great but after logging in i go to edit My Account. I get the user edit form which is great but if i select the View tab the app crashes. It doesn't immediately WSOD; i still see the edit form but no other menu items work from that point on and if i select Edit tab i do get WSOD.

Flipping back and forth bewteen view/edit tabs works on terms and nodes; just not users.

It also works fine on the web-app; just not real app.

I am not that concerned about the Hello World but i did start with a very simple app of my own and i am seeing similar page navigation issues which i suspect may point to a bigger routing issue.