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
0
votes
2 answers

Detect mobile application users by google analytics

we have a mobile website. for example link is m.xyz.com. and a android hybrid app in which we are loading m.xyz.com in webview. We have implemented google analytics tacking in this website to track page view. In Google analytics, it is showing all…
0
votes
0 answers

Cloudinary custom_coordinates not working for hybrid app on ios

Here is the code I am using to crop images via upload to cloudinary: var formdata = new FormData(); formdata.append('file', imageFile); formdata.append('upload_preset','banner_preset'); formdata.append('cloud_name',…
bstras21
  • 981
  • 3
  • 11
  • 32
0
votes
0 answers

how to bind with angularjs on page load

I am working on a single page app using angularjs. The app has many navigator pages that run ajax calls. The problem is that whenever the app launches all ajax code is run for all pages (although pages have not been navigated to yet) I need a way to…
scatman
  • 14,109
  • 22
  • 70
  • 93
0
votes
1 answer

how to use multiple html in onsenui navigator

I am facing the same problem as "How to use multiple html files in onsenui" but the solution did not work for me. I have 2 html files i am trying to navigate to. index.html
scatman
  • 14,109
  • 22
  • 70
  • 93
0
votes
1 answer

Unable to close the ion fab-list when navigating between the pages in my ionic 3 Cordova app

Currently I have designed the page that contains the form to get the details from the user. The last field is the attachment field where the user can attach the files such as PDF and image files from camera and Gallery. For that purpose, I am using…
0
votes
0 answers

How can I set prefix value in ionic text field in ?

Currently I am getting the data from the user( in this case here, it's mobile number). Here currently I have declared in such a way that if we tap the it will automatically add "+27" But currently it's editable(i.e, We can delete the…
0
votes
0 answers

Notification Listener Service Android - Ionic

I have developed a simple android app, but I want to move to Ionic. I have got a problem with Notification Listener Service. When I launch the app, in the native version, it launch a notification. When I press it the app is closed. So is it…
user9746277
0
votes
1 answer

Automation testing for react native app for both android and iOS platform

As per project requirement, need to do automation testing on the Reactnative app for Android/iOS platforms. I have seen many frameworks available such as appium, Cavy, Detox. Need help in the selection of framework for reactnative app testing. Have…
0
votes
1 answer

How to implement proguard in ionic3 applications

I am working on Android hybrid application using ionic3 framework, is it possible to do ProGuard for hybrid ionic applications then please suggest me proper way.
0
votes
0 answers

Cordorva-dialog-plugin works on phonegap but not on app release on the play store

I am using the cordorva dialog plugin. Please can you decipher what's wrong with this code: It works when previewing on phone gap, on apple iphone and on android but released on the google play store, it isn't working. i am not sure i am using the…
0
votes
1 answer

How to block android:textSize

I have an hybrid app and if users change the font size with settings of mobile, I have some problem with the layout. So, I would like that the font-size doesn't change with settings. I have searched a lot and I have tried to do this: 1. In res >…
Giu
  • 295
  • 1
  • 5
  • 22
0
votes
0 answers

Vertical Scroll position always given 0 on iOS platform

After launching the app and scroll the page. When navigating from one screen to another through button action, when trying to keep the vertical scroll position of the page on button action using $(window).scrollTop() it always has given 0 on iOS…
Sachin Kumaram
  • 900
  • 1
  • 10
  • 27
0
votes
1 answer

Unable to create XAP file in Visual studio professional 2017

I have installed Visual studio 2017 professional. Create new project in cordova app. I need windows app(.xap). But it run on local machine properly. Build folder i m getting CordovaApp.Windows10.build.appxrecipe file only. how will i get .xap…
0
votes
0 answers

Database and API calls are not working in iOS background using Xamarin Forms

Need help on how to effectively extend the background time of the ios app and do the DB and API calls in entire session. Right now when the app is in background mode it automatically crashes or logs out that's why we are not able to save the data in…
0
votes
1 answer

Android WebView - First click / touch is ignored after activity started

We are building an hybrid Razor HTML5/Xamarin Android application. The rendering of the views in an Android.Webkit.WebView itself works pretty well and we got many forms designed properly, but we got a problem with the performance of the javascript…
epanalepsis
  • 853
  • 1
  • 9
  • 26