问题标签 [samsung-touchwiz]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
60 浏览

android - 安装具有 Nougat 快捷方式功能的应用程序时,Samsung TouchWiz 崩溃

我和我的朋友们制作了Fling 联系人分享应用程序,甚至在 Playstore 上发布了它。我们在应用程序中添加了应用程序快捷方式功能。我们已经在许多手机上对其进行了测试,但是当我们在三星手机上安装该应用程序时,TouchWiz UI 不断崩溃。我读过一篇文章说 TouchWiz 不支持快捷方式功能。问题是我们已经在 J​​ellybean 设备上测试了这个应用程序,没有任何问题。如果有任何其他错误,请分享有关该做什么和另一件事的任何建议。

0 投票
1 回答
834 浏览

android - 安卓 | 以编程方式禁用多窗口 touchwiz 三星

我实际上开发了一个启动器应用程序,我需要禁用三星 touch-wiz 的多任务按钮的长按

在此处输入图像描述

在搜索了一些提示后,我找到了可以禁用此功能的应用程序https://play.google.com/store/apps/details?id=net.nerd.multiwindowtoggle&hl=fr

但是我无法在我公司的一百台平板电脑上安装这个应用程序,所以我需要知道是否有人知道这个人为这个应用程序做了什么?

我已经查看了三星 SDK 多窗口并尝试使用此元标记禁用它,但这些都不起作用

弗洛里安

0 投票
1 回答
621 浏览

android - Android samsung custom notification heads up view

When notifications from some applications are displaying on Samsung S8 Touchwiz there is a custom view with nice animation and ellipsized text. For example message notifications in Telegram.

Any ideas how to make my notification work like this on samsung? Tried all parameters in NotificationCompat.Builder but no success yet. Thanks.

It look's like this: enter image description here

0 投票
1 回答
66 浏览

android - 我的android任务上的这个图标是什么意思?

请我到处搜索。这个图标是什么意思?

通知隔离

它出现在我的 android 栏顶部。

通知

0 投票
1 回答
36 浏览

android - 安装后 TouchWiz 崩溃

我的应用程序(最低 api 级别 15)使 TouchWiz 主屏幕崩溃(在 api 级别 22 android sm-j200f 上测试)。我认为这是因为我的可绘制资源和 dp,但我不知道如何解决它。有什么帮助吗?

0 投票
0 回答
87 浏览

android - 当系统缩放打开时,我可以禁用 Android/TouchWiz 缩放我的应用程序的内容吗?

TouchWiz 有一个名为Screen Zoom的设置,具有 3 个级别 - SmallMediumLarge - 它可以更改整个 Android 中的文本(可能还有其他?)大小。OnePlus 的 OxygenOS 具有可用于实现相同效果的显示大小设置。

有没有一种方法可以使我的 Android 应用程序中的文本大小保持不变,而不管该系统设置如何?

如果它很重要,我希望它可以用于 Android 中的 Cordova 应用程序。