Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
11 views

How to get "supportedAbis" on android browser

How can i get at least one supported ABI of android device through website on android browser? I just want supported ABI name like (arm64-v8a, armeabi-v7a, x86-64) of android device through website ...
Sunny's user avatar
  • 1
0 votes
2 answers
14 views

Differences of NativeScript iOS and Android minify?

In NativeScript building of release apps, are there any significant differences between the minifying programs of iOS and Android? I'm seeing significant differences between the minified version of ...
James Allenspach's user avatar
-1 votes
0 answers
16 views

Why does this simple thumbnail script work on PC browsers and not work on Android browsers?

can someone tell me why this simple thumbnail script works on PC browsers and not on Android browsers? Opened from Chrome or Firefox on my phones it shows a transparent png image. <input type="...
Georgy Shindarov's user avatar
0 votes
0 answers
15 views

Victory Native Tool Tip Disappearing

I have created a Cartesian chart in React Native using Victory Native in Javascript and added a tooltip. Here is a link for reference from where I took the library. https://commerce.nearform.com/open-...
abcd's user avatar
  • 11
0 votes
0 answers
15 views

Can't get iframe video to display fullscreen on Android browser

I'm having an issue with getting a video in an iframe to display in fullscreen on Android browsers only, as well as a problem with the video autoplaying. Here's the snippet that I'm including in a ...
Matt Smith's user avatar
  • 2,046
-1 votes
0 answers
29 views

Invariant Violation: "main" has not been registered in React Native with Expo

I am working on a React Native project using Expo, and I'm encountering an error when trying to bundle my application for Android. The error message states: Invariant Violation: "main" has ...
Lucas Sekwati's user avatar
-2 votes
0 answers
14 views

Is it possible to open an active VPN and/or disable it directly from the UI on iOS and Android?

I have a product that requires regulated checks and if a VPN is active while the user is tyring to to use the application they may not know why they are being locked out/unbale to perfrm an action. I ...
A_robot_man's user avatar
0 votes
0 answers
22 views

Web push opens the samsung internet browser instead the twa app

When I click on a web push notification on an android phone it opens the Samsung internet browser instead of the installed twa app. How do we reproduce the behavior? Install TWA app on android with ...
gal's user avatar
  • 312
0 votes
0 answers
11 views

.feature file is not being recognized when trying to execute .feature file with webdriverIO

enter image description here enter image description here Trying to execute npx wdio --spec .\step_definitions\Loginfeature.feature I am able to see the app open but as soon as it does, the app ...
Anup Chakraborty's user avatar
1 vote
0 answers
26 views

How to communicate between js and flutter webview?

I'm integrating webview in my flutter app. Here is the relevant code: import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; class _WebViewStackState extends ...
Sat's user avatar
  • 11
0 votes
0 answers
11 views

Checking whether page ran as PWA not working on Chrome on Android [duplicate]

I'm using window.matchMedia('(display-mode: standalone)').matches to try to check whether my page is running as a PWA. This works on Desktop, but on Android, this returns false despite the page ...
stracktracer's user avatar
  • 1,880
-1 votes
1 answer
92 views

How do I make a BLE connection to a peripheral with Kotlin Multiplatform or native Android?

Working with BLE through the Android SDK causes a lot of pain. I would like someone to help me with a good implementation of BLE connectivity. Also, it would be nice if this code was also available on ...
mxkmn's user avatar
  • 419
0 votes
0 answers
31 views

How to fix TypeError: Cannot read property 'packagerOpts' of null, js engine: hermes

I noticed that my project had many npm security issues so, I decided to upgrade my expo sdk using npm install expo@latest and npx expo install --fix. The security warnings were gone after this but I ...
valve's user avatar
  • 23
0 votes
0 answers
14 views

How to resolve graphql relationship error

After updating my project, when I tried amplify push I got the error below Song must have a relationship with Post in order to use @belongsTo. from my graphql schema code. What can I add to create the ...
Benjamin Ikwuagwu's user avatar
0 votes
0 answers
19 views

Why does querying for available video streams in JavaScript result in me being unable to open the rear camera stream on my Pixel 3 XL?

I prepared a JSFiddle which shows the difference: Reliably opens the rear camera Unreliably opens the rear camera For the reliable version, it seems to work every time on my Pixel 3 XL's Chrome ...
Ajay Pillay's user avatar

15 30 50 per page
1
2 3 4 5
1196