Issue I will try to explain better, I made a NodeJS backend with integrated react UI that call localhost for local API/function integrated in NodeJS. Is there a way to make a porting of this solution to an APK? For
Continue readingTag: javascript
Expo Go crashes when using captureRef without logging anything
Issue I have a View containing an image with another view overlaying it. I wish to use captureRef to save the image with the overlay, but when ever I try this Expo Go crashes without leaving any logs or error
Continue readingHow to add deep links to an ReactJS Ionic Android Project
Issue I’ve got a basic ReactJS Project and I followed this guide to turn it into an android project with my output in the build directory. I’ve successfully generated a working APK file. however now I wish to point https://example.com/
Continue readingSelection from the matrix of 2 submatrices
Issue Good day to all! Faced a problem. I’m not very good with mathematics, but nevertheless, it is necessary for the program to select 2 submatrices (subMatrixA, subMatrixB ) from the matrix (w) according to the following example: // main
Continue readingInput values disappearing when selecting another input – android webView JavaScript injection
Issue I’m creating some code which saves form data from any website and the fills it in when the user requests. I am using java with webView to load a web page and inject JavaScript to perform the operation. Everything
Continue readingReact Native Android build failure with different errors without any changes in code for past days due to publish of React Native version 0.71.0-rc.0
Issue Note: Error may be different but if you are getting any error when taking android build without any changes in code for past two days My Error – Failed to install the app. Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
Continue readingI can not get http request to work on android 10 api 29 or api 30. It does work with lower apis though
Issue I’m writing an Android shopping app using the Telerik NativeScript platform. I need to get the client details for orders and deliveries, so I get them to register on the initial startup. The app works on APIs 17 up
Continue readingCan't break the String line consisting of an array into separate links using .split
Issue I’m trying to get an ArrayList of mp3 links from a JavaScript array found on this page: Link The array looks like this: var audioPlaylist = new Playlist("1", [ {name:"The 4D Doodler", free:true, mp3:"http://www.archive.org/download/short_scifi_001_0711/ 4ddoodler_waldeyer_edm_64kb.mp3"}, {name:"Bread Overhead", free:true, mp3:"http://www.archive.org/download/short_scifi_001_0711/
Continue readingHow to navigate from splash screen to Onboarding Screens?
Issue This is SplashScreen.js page I want to get the splash screen displayed and goes invisible by a timeout and then navigate to Onboarding Screen (sliding splash screens) import React from ‘react’; import { View} from ‘react-native’; import LogoImage from
Continue readingDeprecated Gradle In React Native
Issue When I launch my app using my genymotion emulator with react native i got this error ? Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0 note : I use react native cli .
Continue reading