653 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
27
views
AttributeError: the layer convolutional_Bidirectional_LSTM has never been called and thus has no defined input
I have 3 models and I want to create a hybrid model with these. I put my first models when I want to call the input of this I get an error.
This is my code:
def memory_model(input_shape, num_class, ...
0
votes
0
answers
36
views
How to manage JSBridge in a React WebView Hybrid app for both dev and production environments?
I’m designing a technical solution for a mobile React WebView Hybrid app. This app relies on a JSBridge to communicate with the native client and enable certain features.
In the development ...
1
vote
0
answers
75
views
how to show http image in maui hybrid
For development purpose i need to use my http image in blazor hybrid maui andoid, what are the way to this.
I have tried by using in AndroidManifest.xml with android:usesCleartextTraffic="true&...
0
votes
2
answers
184
views
Can't Create Hybrid Table in Snowflake
I'm trying to create a hybrid table in Snowflake using the following syntax:
CREATE HYBRID TABLE FOO
(
ID NUMBER(10,0) PRIMARY KEY NOT NULL AUTOINCREMENT START 1 INCREMENT 1,
NAME VARCHAR(8) ...
4
votes
2
answers
440
views
Prevent iOS from Switching Between Back Camera Lenses in getUserMedia (Safari/WebView, iOS 18)
I’m developing a hybrid app (WebView / Turbo Native) that uses getUserMedia to access the back camera for a PPG/heart rate measurement feature (the user places their finger on the camera).
Problem:
...
1
vote
0
answers
95
views
Is it possible to create a Blazor Hybrid app that uses NHibernate and Sqlite on Android?
I suspect it's not possible, but I would appreciate community input on this topic.
I've created a .NET MAUI Blazor Hybrid app, as one project in a multi-project solution. I have an Infrastructure ...
0
votes
1
answer
418
views
Decoding QrCodes with Camera in Maui Blazor Hybrid
I need help with my .NET Maui Blazor Hybrid project. What I am trying to do is the following:
Each user page has a generated QR code that holds a part of the endpoint address
There are 2 types of ...
0
votes
1
answer
58
views
Ignite cluster running on a hybrid setup having an nginx in between the DC and cloud
As per what i found in the documentation the hybrid part should work but did not found anywhere if the cluster can talk with a member which is behind a proxy/nginx and also that member can not see ...
0
votes
1
answer
82
views
.NET Maui Hybrid, Blazor Update UI mid method
I have a method that takes a few seconds to process. When a button is clicked I'd like it to update the UI to show processing, and then when the method has finished to change the UI. As an example, I ...
0
votes
1
answer
54
views
Type a date on Android
I have a .Net Maui Blazor Hybrid and Web App.
The challenge that I have, is that when I run the solution on windows and in a browser, I am able to type the date in an InputDate field, but on Android ...
0
votes
0
answers
183
views
Android Virtual Keyboard Hide Input Boxes at the Bottom of the Page Using Blazor Hybrid with MAUI
I am writing an Android mobile app in C# using Blazor Hybrid with .NET MAUI. Forms with input components (such as input, textarea, etc.) placed at the bottom of the page are hidden by the virtual ...
0
votes
1
answer
101
views
In a hybrid scenario, should APIM used for system to system Azure cloud to on-premises invocations?
I am creating a reference architecture regarding integration patterns for hybrid on-premises/Azure cloud scenarios. An Azure Express Route is established between the two worlds.
In the on-premises ...
0
votes
1
answer
753
views
MudBlazor: How to align left/stretch MudStack's (MudContainer) items in MAUI Blazor Hybrid App
I'm preparing an outline for a custom form using MudBlazor components in .NET8 MAUI Blazor Hybrid App. When using https://try.mudblazor.com/snippet/QOmoaXYXJzLgAEtS
<h3>Test Outline</h3>
&...
1
vote
1
answer
2k
views
You've implemented -[<UIApplicationDelegate>...] but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist
I'm trying to build and to run on Apple M1 Mac, macOS: Sonoma 14.6.1, iOS SDK 17.5 a .NET8 MAUI Blazor Hybrid project/app using the following CLI command:
dotnet build -t:Run -f net8.0-ios
Build ...
0
votes
0
answers
573
views
Blazor/MAUI Hybrid with asp.net core backend Authorization and Authentication. Best way?
I have:
asp.net core for backend which has access to db and other stuff
Blazor wasm spa for website
MAUI Balzor Hybrid for mobile app
Razor RLC that is shared between the app and website
Using new ...