-
The Android XDK has the following parameter:
```
// Optional for sandboxed development environment, set boolean value to enable.
paymentDetails.put(MOLPayActivity.mp_sandbox_mode, true);
…
-
Debug builds generate more logging and more sanity-checks in code, which makes Debug builds slower.
But other than that, Debug builds and Release builds should have identical end-user behavior.
So…
-
Hi Team,
Today I started to learn Ionic for hybrid mobile application. Am trying to set up the environment on my Mac OS X. I installed Node-js, npm, cordova and created one sidemenu app. But, am not …
-
The Vorto DSL specifies a meta-field "category", but I cannot find any explanation what it actually means in documentation and I cannot even see any UI or function that makes use of it.
-
Hi,
Will this work with a standard Xbox Controller on a Xbox development Kit out the box?
Thanks
Jonathan
-
In the remove-glib branch I removed GLib as a dependency on Windows platforms due to the excessive complexity of the library and the fact that we were barely using its features. The only real reason f…
-
Recently, master started to show a few regressions. They where first discovered when testing pr #696 (see https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/696#issuecomment-326358253).
Luke discove…
-
Last weekend the Xbox Kernel Test Suite ran fine. This weekend, it crashes immediately with no error messages in the logfiles. I was able to git bisect the issue back to this commit.
commit e8c…
-
Hi, I am having a sliding menu which set a page depending on users' selection. In these pages i use ons-navigator to create relationship with child pages using push and pop with slide animation. I' ve…
-
### Expected Behaviour
With the app in background when a notification arrives the "onNotification" event is triggered and does some logic and then when I click the main body of the notification the a…