MUI Autocomplete selected option is invisible in iOS - material-ui

I have a problem with Autocomplete component from Material UI on Iphones and Ipads.
Selected option is invisible on input. The issues only happens on iOS systems.
Current npm package "#material-ui/lab": "^4.0.0-alpha.49" we use in a project.
[]1]

Related

Flutter YouTube Player Closed Captions Not Supported

I am using youtube_player_flutter plug-in. However, it does have option to turn on/off closed caption. Is it possible to do so with this plug-in? If not, is there any other plug-in can support CC?
Thank you for your help.
I was having the same problem; although the official description of youtube_player_flutter plugin claims that it supports captions, the player did not have the "CC" icon and I couldn't figure out how to enable/disable or change the captions.
However, the youtube_player_iframe package seems to support closed captions. In the player there's a three-dot icon on the lower left, which, when clicked, allows you to enable/disable or change the language of captions. The player also has a more complete set of controls which I could not find in the youtube_player_flutter package.

How to use Icon fonts

I just installed Icon fonts from market in VS-Code, but it seems like this extension doesn't work well in my React project, but it does support JSX which has mentioned in the introduction.Here are two main problems:
I could use the snippets, but the icon just don't show on the page.
There is even no suggestions when I typing on React page whose language mode is babel javascript.

sencha touch: I could not theme Sencha Touch / ExtJS application

I am developing a sencha touch application using sencha architect. I have to change the background color, font color, font-family and icons according my company's standard in the app.
I tried to create SASS file
#import 'sencha-touch/base';
#import 'sencha-touch/base/all';
$myapp-font-family:"Arial";
$myapp-gray:'#707070';
.x-body{
font-family:$myapp-font-family;
background-color:myapp-gray;
}
.x-panel{
background-color:$myapp-gray;
}
It is not working / reflecting.
Question: how can we theme application. How can we use sass and css altogether in the app. I would like to know the same for ExtJS also.
--Sridhar
If you're already using Sencha Architect, theming is built right in if you're using the latest version. See this post from the Sencha blog.
In sencha touch you have to use the command sencha app build for compiling the sass files.
For style editing you can also use sencha app watch, in this way sencha cmd line tool will listent for changes in your sass files and automatically rebuilds your project.
I haven't used sencha architect.
But if its about using sass and css for theming sencha application than this article from moduscreate will really be helpful for a start.

Samsung TV Emulator font size

Can someone please help me with this issue. I've been banging my head to find the solution but no help...
The problem is that Samsung TV Emulator displays everything enlarged (line font-size 30ish pixels) and there does seem to have a way to override it. This only happens within Samsung UI components.
To make sure it wasn't something with my project I've downloaded sample project from Brightcove: Sample project but noticed the same behavior with that as well.
Here is the screenshot of my "project". It only one scene with two UI components: http://tinypic.com/r/124evqc/6
Opposed to that, here's what I see in my IDE view: http://tinypic.com/r/ezmn4l/6. As a side-note, I had to put height: 20px in both of my UI components' CSS in order for IDE to show them that way.
Can anyone suggest what am I supposed to do?
Seems like the button is adding 20px to its previous object, check this, maybe it helps
Did you install the TV Fonts when you installed your SDK?
From http://www.samsungdforum.com/Devtools/Sdkdownload
[ How to reInstall TV fonts ]
(Install TV fonts in your Windows system for compatibility with the TV)
1) Please go to this path: [SDK_INSTALL_DIR]/Emulator/Emulator2012_v3.5/bin
2) Double click each of the following files:
- shadow_us.ttf, shadow_eu.ttf, shadow_ko.ttf, shadow_s_cn.ttf,shadow_t_cn.ttf, shadow_jp.ttf
3) Click 'install' button in the dialog box

How to add an icon to the iPhone application with mono touch?

Could you tell me how to add an icon to the iPhone application with mono touch?
Inside MonoDevelop
right click on your project main assembly
select Options
in the "Project options" dialog select iPhone Application
Depending on your version of MonoDevelop (well the iPhone addin) you'll have a different UI. Either a tab named Icons are a more visual UI that let you select the different icons to use for your application.
EDIT: I could also look like this (from http://ios.xamarin.com/Documentation/Building_for_Distribution)