python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to send Firebase Analytics in widget extension ios
Currently, my main app has send Firebase Analytics function.
But, when i add widget to my app, and want to send event when user adds wiget. Firebase analytics cannot be sent.
I have no idea. Hope some...
Khoa Gia Hoàng
Votes: 0
Answers: 0
Widget preview is using wrong size family
I have a widget view looking like this:
struct WidgetEntryView: View {
var entry: Provider.Entry
@Environment(\.widgetFamily) var family
var body: some View {
switch family {...
Adam Bardon
Votes: 0
Answers: 1