I have a flash application running Flash 9 (CS3). Application is able to control the Softkeys when this flash application is loaded in the supported mobile device. But, the application doesn't have control when the same is embedded in HTML page and browsed via supported mobile device. Any ideas how to make this work?
Thanks
Keerthi
...
I'm working with the mobile graphic framework LWUIT (V. 1.2) to develop an application for Nokia N97.
Results are striking and elegant but I have a problem: when I rotate mobile screen, menu bar doesn't switch from bottom to the right of screen. Commands remain on the bottom while correspondent mobile buttons are now on the right...
Is...
Hi,
Reading some articles, told me that soft keys varies between devices.
Some says -6 or -21 for left soft key and -7 or -22 for right soft key.
Given this situation, is there any good wrapper or function of best practice to handle it properly?
Of not possible for ALL devices, what is the best way to support most devices? with minor ...
I want to make soft keyboard background transparent and key buttons semi-transparent.
...
hi frineds,
I uses sample code given in Android SDK for soft Keyboard.
When we press any button ,a textview appear,which reflect content in application text window.
But when focus on like:email address textview it doesn't shown TextView.
...
Hi friends,
Yet I use Soft Keyboard sample from http://developer.android.com/resources/samples/SoftKeyboard/index.html
Here we uses ASCII value from XML ,now at the place of XML I want to generate these value using array.
How can I do this
Thanks in Advance
...
How can I generate Soft Key using Java Code instead generate using XML, so i can set my own ASCII value array.
...
Hi friends, I am using Unicode at the place of ASCII in Soft keyboard application,
bt i found some code like :
↑ - ↑ (up arrow)
↓ - ↓ (down arrow)
← - ← (left arrow)
→ - → (right arrow)
↵ - ↵ (down-left arrow)
↨ - ↨ (up-down arrow with bottom line) ...and may be more
have problem,showing Rectangular/space.
Any one have list of Sup...
Is there a way to make the screen scroll to allow the text field to be scene?
...
I am opening a facebook login page in WebView when user select login field soft keyboard appears. I would like to have a done key button on the soft keyboard, how to do it?
I know we can add the done button by the following code attached with edit field
ediText.setImeOptions(EditorInfo.IME_ACTION_DONE);
But it is HTML form in WebView...