使用我的网站(任何平台)或在Windows 10上打开PWA时,CKEDITOR中的“浏览服务器”按钮将打开图像上传器,但是在使用PWA的Android中,该按钮将打开“ about:blank#blocked”。 有没有解决方法,这是预期的行为吗?这不是世界末日或其他事物,但是如果这也能行得通,那就太酷了。
我知道这个描述确实很简短,但是我认为不需要任何进一步的解释。仅当在Android上使用PWA时,CKEDITOR中的“浏览服务器”按钮才起作用(几天前我的一位用户报告了此问题)。
如果要我的清单文件,请转到:
{
"short_name": "HSHU",
"name": "Hearthstone Hungary",
"icons": [
{
"src": "/images/favicon/hshu-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/favicon/hshu-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#4285F4",
"display": "standalone",
"scope": "/",
"theme_color": "#082B45"
}
按钮(我刚刚在本地化文件中将“浏览服务器”重命名为“Képfeltöltés/Megtekintés”):
<a style="display: inline-block; margin-top: 14px; margin-left: auto;
margin-right: auto; user-select: none;" href="javascript:void(0)"
title="Képfeltöltés / Megtekintés" hidefocus="true"
class="cke_dialog_ui_button" role="button" aria-labelledby="cke_111_label"
id="cke_112_uiElement">
<span id="cke_111_label" class="cke_dialog_ui_button">
Képfeltöltés / Megtekintés
</span>
</a>