83 questions
2 votes
1 answer
66 views
Extension Chrome - nativeApplication : Service worker can send messages, but stops receiving them after a while
I migrated my MV2 extension to an MV3 extension. MV3 uses a service worker to communicate with my native application. After a while, the service worker can still send messages to my native application,...
3 votes
1 answer
509 views
Android Application - Create Passkey Issue
As part of a POC I am trying to implement a functionality to create passkey from Android native mobile application. But I am getting following error code when I execute the passkey code: androidx....
0 votes
0 answers
36 views
How to occasionally push notifications to mobile applications?
I have a use case where, when when suspicious activity happens on a user's account, I want to show them a pop up in their mobile application. This pop up should appear as soon as they open their app, ...
0 votes
1 answer
595 views
why my PWA app is installed as a link when is downloaded from the playstore.... and as a native app when is coming from chrome installation?
I have this PWA app https://www.oubil.com and when I download it from the playstore(Oubil)... it is installed as a link and if I click the installed icon on my phone, it is open almost like is a ...
0 votes
0 answers
126 views
What is the error in the implementation of the native messaging using chrome extension and powershell script as native app
I try to make simple chrome extension that takes active directory username from input field and send to native app - powershell script - that use active directory module to find username and return ...
-1 votes
1 answer
645 views
How to test Gmail OTP verification with Appium. I want to do OTP verification by appium can any one help me?
I can get the OTP from gmail but i don't know how to enter the OTP into the mobile application? What is the best way of approach to handle gmail otp into mobile application?
0 votes
1 answer
380 views
How to Change the label of an existing chip in flutter?
I'm using chips in my code when I tap on chip a counter is displayed, I want to update the chip label with when count is added. Widget returnWidget() { return InkWell( child: Chip( ...
0 votes
2 answers
430 views
im having issues with whatsapp:// url scheme
method does not override method from superclass. how can i fix this error. im making and android native app for my website.and my website contain a button which amy app defining as unknown url error ...
1 vote
0 answers
174 views
Selenium, Python - How to switch back from one native app to another
I have the mobile application where to login I have to provide my phone number and then I get the sms code for a login confirmation. I can easily open the Messages in android using driver....
1 vote
0 answers
126 views
I want to test my React Native app (Ejected from Expo as Bare Workflow) on an android device
I am working on an android application (project) with react-native but I got stuck and want to know how can I run it on my android device in the Expo client app. I have built the app with the android ...
3 votes
0 answers
1k views
Azure Application Proxy MSAL Auth issue
Implemented test windows application based on official manual: https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/application-proxy-configure-native-client-application Following code ...
1 vote
1 answer
1k views
How to get data such as Heart Rate and Pedometer from Samsung Health to Tizen Application?
I am currently trying to develop a Tizen Application using Tizen Studio that retrieves data such as Heart Rate, Sleep Monitor, and Pedometer from Samsung Health application(from the smart watch). Is ...
0 votes
1 answer
2k views
Flutter: How to navigate native camera app
i want to shot a photo in my app. I am using camera library. But this library does not have auto focus, flash and zoom feature. These features are important to me. I also tried lamp and ...
1 vote
2 answers
1k views
A build function returned null.Build functions must never return null
I am beginner in Flutter programming.I tried an example and it throws error i.e.A build function returned null.Is there something wrong with my code? Here is my code. void main() => runApp(MyApp()...
1 vote
0 answers
24 views
Build fail with "undefined reference to" [duplicate]
Can't build Android C++ projects with OpenCV (static library) on Visual Studio clang.exe. Here's the build output. 1>------ Build started: Project: AndroidTry.NativeActivity, Configuration: Debug ...