Questions tagged [nativeapplication]

81 questions
1
vote
1 answer

Paypal redirect to mobile native apps

I am using Paypal checkout as payment gateway for my mobile web application and it works fine. Now I am trying to create Mobile native app (android, ios, windows) using Phonegap and facing issue while redirecting Paypal back to my mobile app. What…
meh208
  • 51
  • 3
0
votes
1 answer

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 browser session, with the URL address field and…
0
votes
0 answers

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 his phone and email in JSON. Now i have error:…
0
votes
1 answer

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( label: Text(temp!), ), onTap: () { …
0
votes
2 answers

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 so i add the code (shared in screenshote) but…
0
votes
1 answer

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 flutter_better_camera libraries. What is your suggestion? My…
Muhammet Ömer
  • 145
  • 1
  • 11
0
votes
1 answer

How to open my Android native application with Xamarin.forms?

I've been developing an Android application with Android Studio and now I need to be able to open it with Xamarin.forms in Visual Studio (it's a task that my teacher gave me, and it's because a classmate has been creating the iOS version and now we…
0
votes
0 answers

How to grant permission to AAD native app in PowerShell 6?

I registered a native application on Azure Active Directory via powershell 6 (module AzureAD.Standard.Preview) and I need to grant the permissions with powershell 6 code (Settings > Required permissions> Grant permissions). I'm using the AZ…
0
votes
2 answers

Setting up a proxy for native apps to record HTTPS traffic for performance testing

I am using JMeter to record our native apps for performance testing purpose. I have installed my JMeter certificate to my android device and using android version 5.1. I have a rooted android device and using proxy droid for forcing all apps to use…
0
votes
1 answer

Switch between WebView and NativeView with Swift

Problem Statement: I have an a native app which has a G+ single sign-on. When I click that button, it displays an alert - "application wants to use google.com to sign-in" along with 2 buttons "Continue" and "Cancel" When I press "Continue" on the…
0
votes
1 answer

Is there any other way to find the elements in appium other than automatarviewer

My app doesn't have debug mode enabled, so I have only one way to identify the elements i.e., automaterviewer, when I am trying to find an element in the screen with it, it throws error, unable to take the screenshot :EOF. So please let me know if…
vamshi
  • 1
0
votes
1 answer

Signalr send message from browser to .net client on the same machine

We need to communicate a native application with a web application. We think to use signalr to send the message/command. The pipeline would be: User clicks to make an action. Javascript (with signalr) send a message to a server in azure. The…
Serafín
  • 132
  • 1
  • 9
0
votes
1 answer

Hom press second button with id:inf?

I use Testdroid, it based on junit3. Command: solo.clickOnView(solo.findViewById("cc.app.R.id.inf")); open first button with id:inf what command need use to press on second(third and more) button with id:inf. how select area/layout, where junit…
Refenz
  • 1
  • 1
0
votes
1 answer

How to recommend a native app when viewing web app in devices?

Have you ever used gmail in your Android or iOS using your browser. While browsing it you get a small popup at the top saying that to view/install the native gmail app available at Google Play or AppStore. How do you do that? Is that feature done…
0
votes
1 answer

Opening directions in Google maps directly

I am using below code to open direction from current location to particular location in Google Maps. But the code first shows me "Open With dialog" giving user choice to open with other components also. I want user to be taken directly to Google…
Android Developer
  • 9,157
  • 18
  • 82
  • 139