Questions tagged [hybrid-mobile-app]

A hybrid mobile app is an web application built with web technologies (HTML, JavaScript, CSS) that is then "wrapped" in native device code to extend the functionality and availability of the app.

A hybrid mobile app is an web application built with web technologies (HTML, JavaScript, CSS) that is then "wrapped" in native device code to extend the functionality and availability of the app. This shell of native code allows the developer to bridge the gap between JavaScript and native functionality, allowing your web application to access device features (like the Contact list, Camera, accelerometer, etc.) that otherwise would not be possible. Wrapping your code in native code has the added benefit of greatly increasing your app's availability and marketability, since now your web app can be submitted to various app stores.

Many different projects exist for creating native apps, including Apache Cordova (formally known as PhoneGap), Titanium SDK, and Sencha Touch.

2363 questions
14
votes
1 answer

Packaging handheld and wearable Android app together from CLI [NativeScript]

I'm trying to build a Phone+Wear app with NativeScript for Android. I have been able to build both separately and to run them on the Android emulator also. The problem is that I'm unable to package them properly, I mean, I can't package them…
13
votes
1 answer

Does capacitor have a WEB-VIEW under the hood?

I have been creating apps with ionic for a few years now. As capacitor has now replaced Apache cordova, which was based on a web view, I was wondering weather Capacitor does the same? If yes, then how is it any different from apache cordova in terms…
krv
  • 2,830
  • 7
  • 40
  • 79
13
votes
2 answers

Do you work with the react native should learn react.js?

Everywhere is talking about react native and react.js Now I want to know whether to work with react native must learn to react or react native of separate. Thank you!
MohNj
  • 506
  • 1
  • 6
  • 18
13
votes
3 answers

GPS coordinates in background in cordova app

I'm currently doing a hybrid app using ionic/cordova. The app needs functionality where it pings our backend with its location every 1 minute or so and the backend API will answer if anything interesting is nearby. If the answer is yes the app will…
iCediCe
  • 1,672
  • 1
  • 15
  • 32
13
votes
5 answers

Generate non-debug apk from ionic

I am using ionic framework to generate apk for android platform. After running ionic build android, an android-debug.apk is generated. How can I generate a non-debug apk which is smaller and faster?
guagay_wk
  • 26,337
  • 54
  • 186
  • 295
13
votes
1 answer

Debugging $digest already in progress error

I'm building a complex hybrid app and have been testing on a real device. Occasionally, I'm getting the dreaded $digest already in progress error from Angular - especially, it appears to be after a somewhat long digest cycle. From the stack trace…
12
votes
6 answers

ionic android build - not enough memory to start jvm

When trying to create an android apk file using ionic and gradle, i get an error FAILURE: Build failed with an exception. * What went wrong: Unable to start the daemon process. This problem might be caused by incorrect configuration of the…
aksappy
  • 3,400
  • 3
  • 23
  • 49
11
votes
1 answer

How to override some of the actions in ngrx store?

We have an angular project at work (to be developed, have not started yet). It's quite complex and has complicated data flows. Also, we have two kinds of users in our application. Manager and users. These users will see similar views but there are…
Bunyamin Coskuner
  • 8,719
  • 1
  • 28
  • 48
11
votes
3 answers

Crop image via finger(touch) in Ionic App

I am Working on ionic based Application.My ionic app version is 1.2.4. I want to Crop Functionality in my application. I want to crop image Via Touch with irregular Shape. So anyone has Create touch cropper So plz help me. For more clearly, look…
Govaadiyo
  • 5,644
  • 9
  • 43
  • 72
11
votes
2 answers

how to add to settings.gradle in cordova

This is the same question I am to new to comment on it to see if he found a answer Cordova is generating a new settings.gradle file when I run "cordova build android". I have attempted using a script to modify this file using hooks after_prepare…
Nathan
  • 153
  • 1
  • 8
11
votes
1 answer

Data synchronization in Offline First applications

With all the buzz around Offline First applications, one of the firsts things that comes up is the data synchronization between the client and the server. There are several posts and questions about this subject and during my research I found a very…
Denis C de Azevedo
  • 6,276
  • 2
  • 32
  • 49
10
votes
7 answers

How to set width of the flutter togglebuttons widget

I have tried nesting togglebuttons inside container and giving it a custom width however it didn't worked ToggleButtons( borderColor: Colors.deepOrangeAccent[100], fillColor: Colors.deepOrange[100], borderRadius:…
abhishek singh
  • 103
  • 1
  • 1
  • 6
10
votes
1 answer

React Native Month and Year Picker

i have successfully selected date and time in my react app using a react-native-modal-datetime-picker it worked smooth i want a picker in which i can select month and year only: How can I add a month and year picker? i tried to find examples and…
Bilal Shaikh
  • 115
  • 1
  • 3
  • 10
10
votes
2 answers

Decrease loading time from coldstart in cordova ionic

I have created a cordova app using ionic, When i open my app from coldstart, It first loads the splash screen, then there are a few seconds when the screen is white as my index.html file loads and then the app UI is loaded and displayed. This takes…
Akil
  • 719
  • 13
  • 23
10
votes
1 answer

How to show App instructions in ionic on first startup

I am new to ionic framework. I want to show app instructions like this. what api/framework i should use to achieve this.Or if anyone have code samples,code pen help me in learning this.
varun aaruru
  • 2,920
  • 1
  • 20
  • 36