Skip to main content

Questions tagged [cross-platform]

An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.

cross-platform
-3 votes
0 answers
19 views

In Mobile App Development, What to Learn First: Native Development or Cross-Platform Frameworks as a Beginner? [closed]

I want to Crack Remote Job as A Mobile App Developer, so which tech stack should I start with up ? Should I go with Native Development or Cross-Platform Development first? I started learning Java for ...
Abdullah's user avatar
-1 votes
1 answer
20 views

Screen is not clickable in ios device

Trying to open one url in InAppwebView with the jitsi call in IOS device ,and the jitsi call screen is over to the inappwebview. But then screen is becoming not clickable even not able to scroll the ...
Nagma's user avatar
  • 1
0 votes
2 answers
26 views

when we run flutter code in development mode in physical device, does application live only in RAM

So when we Run code, by F5 in VS code, does that Application on physical device leave only on RAM? This question arise will using image_picker library on Handling MainActivity destruction , which say ...
Abhishek_Yadav's user avatar
0 votes
1 answer
27 views

Why the state is not persistent over screens of stateNotifierProvider of riverpod in flutter?

I am trying to persist the state of a form globally but what i am getting is the default value when i am navigating to another screen in the same project? i have found similar post here [https://...
Deepak Singh's user avatar
-2 votes
2 answers
79 views

Is it possible to build Android Apps with Swift

As an iOS developer, I'm learning Dart language recently. After a couple of days self-learning, I admit Dart is a powerful and modern language. But to be honest, I dislike the syntactic sugar, it ...
Sat's user avatar
  • 1
0 votes
1 answer
32 views

Django/Python - How to assign a file path variable in a platform-independent way?

I have a Django project where one of the .env file variables is going to represent an absolute file path. E.g., DEBUG=True SECRET_KEY='blah_blah_blah' MY_STORAGE_PATH = 'D:\\files\\for\\my\\project' ...
JDM's user avatar
  • 1,768
0 votes
0 answers
7 views

Yocto build system rviz2 for ROS2

I want to discssion about cross-compile build system for rviz2, rviz2 come from ROS2 project. and build by colcon which is an built-in build-system for ROS2. that is means rviz2 not compile by ...
Robber Pen's user avatar
  • 1,053
1 vote
0 answers
40 views

@capacitor/geolocation v5: is possible to show the native dialog box to ask the user to turn on the GPS?

I'm implementing a mobile app using @capacitor and using the geolocation plugin I'd like to ask the user to turn on its GPS and I want to do that using the native dialog box like GoogleMaps and other ...
lucataglia's user avatar
0 votes
0 answers
31 views

Share url from other application to my flutter application and making an api call without opening application at all

I am working on application where user can share URL from other application to my flutter and that URL will be saved in database and user can access it from application whenever they want to. Problem ...
dragonfly's user avatar
0 votes
1 answer
73 views

git add --renormalize does not re-checkout my files with the correct line endings

I have a repository which I use between Windows and Linux. Currently some files, for example the file myfolder/myfile.txt is stored with CRLF (DOS) line endings and checked out with CRLF linedendigs. ...
halloleo's user avatar
  • 9,924
1 vote
1 answer
63 views

How to unify 'weak' and 'packed' between different compilers?

I'm developing an application protocol stack. It needs the 'packed' feature so that the compiler does not automatically expand the protocol message structure, and the 'weak' feature to allow users to ...
dsyx's user avatar
  • 51
0 votes
0 answers
19 views

How do VS Code extensions automate distribution across different platform architectures?

I'm relatively new to VS Code extension development and understand that VS Code extensions do not natively support distributing different extension packages based on the architecture (like win-x86, ...
user2685761's user avatar
0 votes
0 answers
15 views

CDCR Replication is not working in solr 8.11.2

I have setup CDCR IN Azure VM with 3 nodes and 3 zookeeper `My Solr version is 8.11.2 Zookeeper =v3.6.2 I have setup source and target cluster with below configuration in source, We are not able to ...
soundarya's user avatar
0 votes
0 answers
25 views

How to cross build static python library (3.12), for embedding, on windows, to any other platform

I'd love to embed python 3.12 into my app, which is a godot app. My expected targets are windows, linux, and android. And I want to embed python, and I'm loosing my mind over trying to just build ...
LemonJumps's user avatar
0 votes
2 answers
177 views

Mixture of Next.js and React Native for web and mobile app

My goal is to create a website with Next.js and to create a mobile app with React Native. But, I need all the following benefits: I need All SSR benefits and features on the web app like server ...
Kamran Taghaddos's user avatar

15 30 50 per page
1
2 3 4 5
405