RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI was recently asked to help find a solution for an iOS App using a Webview to display Arabic Text – the text in the paragraphs where flowing over other elements in the paragraph and even out of the paragraph.…
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…
Bug: Embed font TTF not displaying Android 4.4 Kitkat , 4.3 JellyBean – FIXED use OTF
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThere is a Bug in Android 4.4 KitKat when using embedded fonts, it does not display the TTF version of the file. The simple fix is to simply use the OTF version of the font. You can use the site…
How to: Appcelerator Titanium Alloy Embed Font – Android and iOS
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a simple how to on how to embed a Font in Titanium ALLOY for both Android an iOS I suggest using a OTF version of your font as Android 4.3 Jelly Beans and Android 4.4 Kitkat 1. Place…