3 questions from the last 30 days
-2
votes
0
answers
71
views
+200
Can you include an `alert` with a sound within the `end` event of a Live Activity?
When we do that, the Live Activity is immediately ended without any alert or sound. The dismissal-date is only used for the Lock Screen.
It no longer shows on the Dynamic Island.
Yet it says on Lock ...
0
votes
1
answer
28
views
How to set a background image for the WebView on an android app built with React DOM + Capacitor v7?
package com.app_name.app;
import com.getcapacitor.BridgeActivity;
import android.os.Bundle;
import android.graphics.Color;
// import android.webkit.WebView;
public class ...