192 questions
1
vote
0
answers
39
views
Bundle loading time for react native in the app increased on changing compile sdk version from 33 to 34
We are in the process of upgrading our App code compile sdk API level 34.
The app is a hybrid app that contains Android + React Native code.
Currently using RN version 0.68.2
We are facing an issue in ...
0
votes
1
answer
288
views
Visual Studio 22 getting crashed while publishing the MAUI Blazor Hybrid app
I'm using Visual Studio 2022 to create the MAUI Blazor Hybrid application, Visual Studio crashed (Automatically Closed) while publishing the MAUI Blazor Hybrid application to the Windows platform.
The ...
0
votes
0
answers
62
views
DataSnap Mobile Connectors for a DataSnap REST server
I am using Rad Studio Tokyo 10.2.3
I am build a mobile application for Android and iOS which will connect to a DataSnap REST server.
My question is about the connection between the mobile application ...
0
votes
1
answer
197
views
running tests on Chrome browser (version 30+) as well as WebView-based apps,by java
Well,guys here just only show the examply in python. i can not code it in java with the same example.
from selenium import webdriver
options = webdriver.ChromeOptions()
options.add_experimental_option(...
0
votes
3
answers
2k
views
Flutter Release APK for playstore
I am trying to generate a build apk, but getting following error.
this is compatible with flutter version 2.8.1
Getting following error while run flutter build apk
/home/dell/snap/flutter/common/...
0
votes
1
answer
188
views
Show user location on ios map using Delphi
I wanted to show Apple map on my Delphi multi-device application. I am using TMapView component to display my map. It manages to show the map on my application, but it cannot show the user's current ...
2
votes
1
answer
328
views
React Native - No command found with name 'scrollTo'
I am new to ReactNative, not sure what is happening here.
I want to use MaterialTopTabs of ReactNavigation library https://reactnavigation.org/docs/material-top-tab-navigator\
Adding one of the ...
1
vote
2
answers
2k
views
Unsafe areas behind notches in the screen IOS 14 changes
Cordova IOS app shows white screen. I am using xcode Version 12.0.
Cordova IOS platform version is 6.1.0. (or 6.1.1) Cordova version is 10.0.0.
I am doing all changes for IOs14. for iPhone XR devices ...
0
votes
1
answer
538
views
Android WebVIew, click problems
I was wondering how to make a webview use the javascript in an app.
I have on click events happening everywhere on this page but it won't work on the webview.
It works on desktop no problem but this ...
5
votes
1
answer
1k
views
Expo Ref usage and Navigation Container Conflicting
I am using Expo Camera to take some user pictures for a profile form. What is happening is when I try to set camera's ref to a state it crashes and throw the following error.
Couldn't find a ...
2
votes
1
answer
2k
views
How to create a new google spreadsheet through an app in react native?
I am writing a simple app in which I would like to create a google spreadsheet when the user wants to.
I could only get to the part below, where I can read data from already existing google ...
1
vote
1
answer
320
views
Is it possible for a hybrid app to convert into a PWA?
Looking forward to know if it's possible to turn a hybrid app into a PWA?
0
votes
1
answer
193
views
facing problem in content render in cordova ios app using css -webkit-overflow-scrolling: touch
Facing dom render issue in cordova ios app with -webkit-overflow-scrolling: touch css, in config.xml file I already use these property
0
votes
1
answer
1k
views
Cordova does not know push; try `cordova help` for a list of all the available commands
I am new in phonegap world and development. i wanted to add push notification to one of my apps according to this link phonegap docs but after completing all steps when i want to send a test ...
3
votes
1
answer
3k
views
How to implement pull to refresh on existing hybrid app built using cordova
I have currently developed a hybrid app using cordova for ios & android. I wanted to add a feature which is pull to refresh in the app. I couldnt find any satisfying solutions to it. I have found ...