Bootstrap 5 dropdown shadow issue on IOS - dropshadow

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

Related

Android Virtual Keyboard affect screen rotation ( Using Cocos Creator to build )

I using Cocos Creator 3.5.2 for this project.
When I start testing input text field in android phone either in app or web browser, after the virtual keyboard appear and I try rotate screen from landscape to portrait, the keyboard got change but the screen layout dint resize still is landscape but only smaller n at top.
It need to close the keyboard then the screen layout will start resize and this is in app.
Any idea that can cause this happen?
And any solution for it.

Android TV Emulator: Wrong Orientation

When I create a new Android TV virtual device from the AVD Manager and launch it in the emulator the orientation is all wrong (see image). How do I get it to start in landscape?
Image: Android TV Emulator - Wrong Orientation
The config.ini for the device:
avd.ini.encoding=UTF-8
AvdId=Android_TV_1080p_API_23
abi.type=x86
avd.ini.displayname=Android TV (1080p) API 23
disk.dataPartition.size=200M
hw.accelerometer=no
hw.audioInput=yes
hw.battery=no
hw.camera.back=none
hw.camera.front=none
hw.cpu.arch=x86
hw.dPad=yes
hw.device.hash2=MD5:f26df701fd74415b9a435e3e607b5d8a
hw.device.manufacturer=Google
hw.device.name=Android TV (1080p)
hw.gps=yes
hw.gpu.enabled=yes
hw.initialOrientation=landscape
hw.keyboard=yes
hw.keyboard.lid=yes
hw.lcd.density=320
hw.mainKeys=yes
hw.ramSize=1536
hw.sdCard=yes
hw.sensors.orientation=no
hw.sensors.proximity=no
hw.trackBall=no
image.sysdir.1=system-images\android-23\android-tv\x86\
runtime.network.latency=none
runtime.network.speed=full
runtime.scalefactor=auto
sdcard.path=C:\Users\Emil\.android\avd\Android_TV_1080p_API_23.avd\sdcard.img
skin.dynamic=yes
skin.name=1920x1080
skin.path=1920x1080
snapshot.present=no
tag.display=Android TV
tag.id=android-tv
vm.heapSize=128
When you create the TV emulator, it is in portrait mode by default.
To change the orientation to landscape, press numpad 9 key that is on right hand side of keyboard.
Change hw.initialOrientation to portrait, mine works with this configuration.
I guess the emulator sees 1920*1080 as default portrait, so it becomes 1080*1920 in landscape mode (which is actually portrait).
If you're creating AVD using Android Studio, you should select the 4th one, instead of 3rd one. It gives you a nice device frame and boots with a landscape screen.

XCode 6.1 iOS 8 keyboard decimal pad is not properly

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.

Android - Buttons in Layout is being shown different on devices

There are 8 buttons from top to bottom on my layout.
When i run .apk in my device, it is shown good. But when i run same .apk on an old android device, last 2 buttons is not shown. they dont squeeze on display
Please, help me.
Give equal weights to all buttons and set height and width of all buttons as wrap_content.
Ad scrollview to your buttons.It is because the screen is small.

Is it possible to hide the RootViewController of a SplitView iPad app in landscape mode?

I have an iPad app that uses the RootViewController/DetailViewController pattern like most iPad apps. As usual, in landscape mode my RootViewController is "docked" to the left side of the screen, and the DetailViewController fills up the remainder of the screen.
What I would like to do is hide the RootViewController and allow the detail view to fill up the entire screen even in landscape mode. Is this possible?
I tried calling dismissPopoverAnimated, but this doesn't seem to have any effect in landscape mode.
since u have tagged ios4, I would like to say that that option has been disabled in ios 4.. it was possible in ios 3 but I am not able to find out how...

Resources