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

Flutter Widgets alignment is not responsive

I recently learnt flutter and this is my first app. It basically shows off some Cricket score details. This works on mobile phones just fine but the alignments goes off when opened on tablets. What am I doing wrong here? I positioned and sized the…
Suvin Nimnaka Sukka
  • 341
  • 1
  • 7
  • 21
0
votes
1 answer

Appium drag and drop with ionic Hybrid app

I've been having trouble trying to drag and drop an element using Appium to automate an Ionic app. Since it's a hybrid app, at the beggining of each test I switch the context to webview and I wonder if that has something to do with the errors I'm…
Bruno Alva
  • 51
  • 6
0
votes
0 answers

Can't install a UI toolkite for expo

I am using expo to build apps in react-native. for navigation and design I wanted to use a UI toolkite instead of styling everything myself. the problem is I tired all UI toolkites but none of them was installed. it give the following error in the…
0
votes
1 answer

Adding multiple links to share on phonegap app

My requirement is to share three links in a single sharing using socialsharing plugin. In normal syntax provided im able to pass only single url. example: var shareUrl='www.sample.com' var options = { subject:…
0
votes
1 answer

Migrate backbone to angular 6

Currently, my project is running on backbone js which is a hybrid application. So, I want to migrate the backbone Js application to angular 6 but I need specification Why angular is better than Backbone Js for building a hybrid application.
0
votes
0 answers

ngx-bootstraap date range picker is not working with cordova framework generated code for android

import { Component, OnInit } from '@angular/core'; import { HttpClient, HttpHeaders, HttpRequest } from '@angular/common/http'; import { Passenger } from '../passenger'; import { PASSENGERS } from '../mock-passengers'; @Component({ …
0
votes
1 answer

Show offline page in pwa with ionic 3+

i want to show an offline page in my PWA that's made with ionic 3.9, network native plugin doesn't support browser, so we can't use network in PWA, how i can show angular offline page when the phone's internet connection switched off ?
0
votes
1 answer

How can I hide the 2 ionic button when a single button is clicked?

I am using 2 ionic fab buttons one for approving the user's details & other for rejecting it. I'm using both the buttons as shows below:
0
votes
1 answer

some features in Android App fails at runtime after corodva update

My App was running fine till then I updated to latest cordova CLI version after I update what I noticed was one of feature not working at runtime, while I debugged through chrome://inspect I noticed a message "plugin not installed.." what must have…
Naga
  • 2,368
  • 3
  • 23
  • 33
0
votes
1 answer

Schedule New Local Notification Every Hour

We are trying to develop an ionic app which will show local notification according at a scheduled interval according to users preference. The local notification should have a new content every time. This content will be saved locally. We need the…
0
votes
1 answer

ion-select popover interface is not getting hidden on hardware back button action

I used the popover interface on to display pop-over. In an Android device, if the user taps on ion-select but didn't select any option and click the hardware back button, it moves to the previous view but popover interface is still…
Abhee
  • 73
  • 1
  • 9
0
votes
2 answers

How can I make ionic input to appear when choosing options from the ion-select without using OK button?

I am using ion-select to let the user to select the options, and inside ion-option there contains a list of options from which the user chooses one. If the user chooses "Others" option, an input appears automatically, so that the user types the…
Thedroider
  • 229
  • 1
  • 5
  • 18
0
votes
1 answer

download image file from s3 server in cordova using filetransfer plugin

i am trying to download images from s3 server using cordova-plugin-file-transfer my code works with other images from google or diffrent servers. but when i tried to download from s3 it shows error. downloadimg…
0
votes
1 answer

InApp Purchase in Ionic 3 - How do I implement a payment between users?

I would like to implement a system in my app that allows one user to buy a digital product from another user. See this as an event ticket reservation system. The organizer is the seller and the final user is the buyer. I would take a little fee to…
0
votes
1 answer

ionic 3 resources splash screen is getting cropped

I have generated splash screen using ionic cordova resources. The splash screen has logo at the top and bottom part of it. The logo is getting cropped in most of the devices while launching the app. does anyone face similar kind of issue?
Abhee
  • 73
  • 1
  • 9