RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently had a problem where I could not get any custom HTTP Headers passed to my PHP Script. It seems that Apache 2 running PHP 7 with FCGID would not allowing and removing or tripping all custom HTTP Headers.…
Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is an update to the ANDROID Appcelerator Titanium Alloy JPUSH Push Notification Module You can find the main post about these modules here: http://dieskim.me/2015/04/04/appcelerator-titanium-alloy-jpush-push-notification-module-ios-and-android-china-push-notification-non-gcm/ I have added two new functions – Local Notification, to enable easy local notification as natively provided…
Titanium Alloy iOS Android Module: Custom Alert Module to replace Titanium.UI.AlertDialog
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineBelow is the code I created for a Custom Alert Module for Titanium Alloy that runs on both iOS and Android – it is used as a replacement for the Titanium.UI.AlertDialog For this module to work in Android you need to…