我需要找到webview用于当用户单击html页面中的组合框时弹出的视图的样式/主题.

在某些手机上,文字会被切断,我需要减小文字大小或允许每一行跨越多行.
到目前为止我已尝试了5种款式,但没有成功:
<style name="teststyle1" parent="@android:style/Widget.DropDownItem.Spinner">
<item name="android:singleLine">false</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#FF00FF</item>
<item name="android:checkMark">@drawable/another_btn_radio</item>
</style>
<style name="teststyle2" parent="@android:style/Widget.TextView.SpinnerItem">
<item name="android:singleLine">false</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#FF00FF</item>
<item name="android:checkMark">@drawable/another_btn_radio</item>
</style>
<style name="teststyle3" parent="@android:style/Widget.DropDownItem">
<item name="android:singleLine">false</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#FF00FF</item>
<item name="android:checkMark">@drawable/another_btn_radio</item>
</style>
<style name="teststyle4" parent="@android:style/Widget.Spinner">
<item name="android:singleLine">false</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#FF00FF</item>
<item name="android:checkMark">@drawable/another_btn_radio</item>
</style>
<style name="teststyle5" parent="@android:style/Widget.Spinner">
<item name="android:singleLine">false</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#FF00FF</item>
<item name="android:checkMark">@drawable/another_btn_radio</item>
</style>
Run Code Online (Sandbox Code Playgroud)
任何帮助将不胜感激.
问题:
websocket客户端(POCO 1.5.1,c ++)不会连接到websocket c#服务器(带有Fleck库的命令行应用程序).一个超时达到与抛出的异常:
Cannot upgrade to WebSocket connection: OK
Exception Code: 1
Poco WebException Documentation
WS_ERR_NO_HANDSHAKE = 1 :
No Connection: Upgrade or Upgrade: websocket header in handshake request.
Run Code Online (Sandbox Code Playgroud)
事实1:这个websocket客户端将连接到Ruby Event Machine websocket服务器.
事实2:javascript客户端将连接到websocket c#服务器.
事实3:同样的javascript客户端也将连接到websocket ruby服务器.
事实4:websocket客户端不会连接到Alchemy Websocket服务器 neigther.https://github.com/Olivine-Labs/Alchemy-Websockets
使用Wireshark更新POCO正在使用 GET/HTTP/1.0\r \n
Javascript版本: GET/HTTP/1.1\r \n
#include "Game.h"
#include <irrlicht.h>
#include "driverChoice.h"
#include <iostream> …Run Code Online (Sandbox Code Playgroud)