XCode 6.1 iOS 8 keyboard decimal pad is not properly - keyboard

My iPhone app was normal in xCode 5 and iOS 7. When I updated to xCode 6.1, it was still normal. But after I update iOS 7 to iOS 8 (now xCode 6.1 and iOS 8), the keyboard type DecimalPad of uitextfield is not working property
The decimal button is a half the size it should, and when touch on the "red rectangle", the number "7" is selected. It also warning "Can't find keyplane that supports type 8 for keyboard iPhone-Portrait-DecimalPad; using 1425143906_Portrait_iPhone-Simple-Pad_Default".
I run it on iPhone 5S device.
Is it xCode 6.1 or iOS 8 problem? Any solution to fix? Thank you very much!

I too had this problem after updating to the latest Xcode.
iOS Simulator -> Hardware -> Keyboard -> Connect Hardware Keyboard
This will fix the issue.

Related

Bootstrap 5 dropdown shadow issue on IOS

How can I remove this box shadow in IOS device, it's the bootstrap 5 navbar's dropdown and its perfect in Android device.

After upgrading to Android Studio 2.0, I cannot change the screen orientation in the Android emulator

Recently I upgraded the Android Studio from 1.5.x to 2.0 stable version.
Before the upgrade I was changing the screen orientation with the Ctrl + F12 or Ctrl + F11 keyboard shortcut but now it doesn't work in the 2.0 version. I also tried Numpad 7 and Numpad 9 (with the numpad on or off) but without success.
Yes, I'm aware that the new Android AVD interface contains a sidebar with various functional shortcuts which includes Rotate left (Ctrl + Left) and Rotate right (Ctrl + Right) icons but it rotate only the the device not the mode (Landscape or Portrait) as it showed in the image below:
How can I change emulator screen orientation to landscape or portrait in the new Android Studio 2.0?
P.S. Please do not mark my question as duplicate, I tried all the solutions from How do I change screen orientation in the Android emulator? and How to rotate the Android emulator display? as those questions were valid for earlier versions of Android Studio.
P.P.S. I'm using Ubuntu 14.04 operating system on a Samsung R530 notebook.
It seems to be a bug. Please check out https://code.google.com/p/android/issues/detail?id=206262 and report the observed behavior.
Edit: Fixed in SDK Tools 25.1.6
This is not a real solution, but if anything don't work, it's good workaround. Just add screenOrientation property to activity in the Manifest file.
<activity
android:name=".MainActivity"
android:screenOrientation="landscape"
/>
After upgrading my operating system from Ubuntu 14.04 to Ubuntu 16.04 the bug disappeared and the Rotate left (Ctrl + Left) and Rotate right (Ctrl Right) works fine.

Android Emulator on OS X with Retina Display

I'm trying to use Android Emulator on Macbook Pro with retina display (and an external 4K display with 2x pixel scaling). I've tried all the possible settings in Android AVD Manager, but emulator always shows a blurry non-retina image. It seems that it treats the display like if it is 1920x1080 instead of 4K thus 1:1 pixel mapping actually happens to be 1px on device = 4px on the display.
Is there any way to make it work well?
Thank you
(I'm using OS X El Capitan and Android Studio 1.4.1)
Answering by myself — seems that it just works now with the Android Studio 2.0.

How to adjust display resolution in Android Studio 1.2

How can I change display resolution of Android Studio IDE? Background: I was running Android Studio 1.1 on 1920 x 1080 Win 8.1 with 14 inch screen. Although the font was not very clear the size was acceptable. Android Studio has just updated to version 1.2 and the whole IDE resolution has changed. I have tried changing the compatibility setting with no improvement. I can change the editor font and console text to make it readable but the toolbar buttons are too small for comfort.
Update: OK, I've learned to live with it, but I'm surprised no-one else has the problem.

Why cant I get 400X800 resolution in my AVD

I am using Eclipse and if my AVD is set at WVGA800 The highest resolution I see is 320X533 with the title bar gone. If my AVD is set at WVGA854 The highest resolution I see is 320X568 with the title bar gone.
The Emulator is set for Android 2.2 API 8 and I am using XPSP3
Why cant I get 400X800 resolution?
When you set the android:minSdkVersion="4" android:targetSdkVersion="8" It starts the emulator in a lower screen resolution. by changing the minSdkVersion to 8 I was able to get the full screen resolution on my emulator.

Resources