Peter Lindstrom

Results 22 comments of Peter Lindstrom

I can trigger re-patching by adding a blank entry in the patches for the module i am trying to re-patch. Not ideal, but a workaround over having a proper way...

Is the final answer here that you can't put a side menu is a custom component? Going from @Yogeshjuya1993's comment i have this in app.component.html ``` Menu menu stuff ```...

Hmm.. i had MenuController imported on one of my pages; this may have been breaking it.

and as usual.. 2 minutes after posting; figured it out. It isn't good enough to set PHP_XDEBUG = 0; you have to comment that line out.

Hmm... now that i have recompiled the basic SDK app (dashboard) I can't seem to get it to crash other than this issue which still occurs: https://github.com/signalpoint/DrupalGap/issues/1028. The web app...

Hello World web-app fails quite easily still; but the app doesn't exactly crash... but it sort of can be made to hang. I can easily get it to a state...

Another way to go would be this: https://github.com/ionic-team/ionic-native-google-maps It doesn't have the bug that I reported here plus has the advantage of being able to work offline. That being said,...

I can't tell from your video that you are in Chrome mobile emulation mode. But also, this happens on a real Android device as well. Although, I mentioned I am...

Yes, years later.. but hoping jDrupal is still an active project (but sadly i think it isn't). I have the same issue. When i do a user_login() the result is...

i think this issue is with system_connect. It returns a sessid, session_name; but data.user is for anon user. perhaps a bit of a rabbit hole here as this is pretty...