Questions tagged [hybrid]

"Hybrid" refers to the methods or objects that encompass the functionality or properties of two or more different objects.

"Hybrid" refers to the methods or objects that encompass the functionality or properties of two or more different objects.

597 questions
21
votes
3 answers

Do hybrid mobile apps support Push Notifications?

Are mobile development frameworks capable of working well with Push Notifications? Details follow: I'm researching cross-platform mobile app development. It seems hybrid apps developed using a mobile development framework like PhoneGap, Titanium,…
Justin
  • 5,463
  • 9
  • 41
  • 74
17
votes
4 answers

How does Phonegap work?

We use PhoneGap to use native capability of a mobile device. How does is work internally? How are we able to access PhoneGap's implementation classes from a JavaScript method? Can someone please explain this?
Apps
  • 2,917
  • 8
  • 41
  • 69
13
votes
2 answers

Using Django minus the web server

I'm writing a syndication client, with the aim being to have a client for devices, and a web site that has the same functionality. I shall develop the website using Django - this is already decided; the client shall be written in python with both a…
theheadofabroom
  • 15,961
  • 5
  • 29
  • 63
13
votes
5 answers

Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for phantomjs

I am building a hybrid app using ionic and when I try to upload it to the app store, it gives me this error Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for phantomjs Has anyone encountered the…
Marc
  • 141
  • 1
  • 4
12
votes
1 answer

Use AngularJS directive in Angular Component

I'm trying to upgrade an angularjs directive to use it my angular component. I've gotten the hybrid (ng1 + ng2) environment to work. I can also inject angularjs services in angular and use them in angular components (I actually got this working…
Will
  • 1,616
  • 2
  • 13
  • 21
12
votes
1 answer

Is there a way to save offline google map on hybrid mobile app on ionic?

I am planning to develop a hybrid mobile app using ionic. One of the features i need is offline google map. Is there a way how to do it?
doyevaristo
  • 491
  • 3
  • 12
9
votes
3 answers

The type or namespace name 'Mvc' does not exist in the namespace 'System.Web'

After converting a Hybrid ASP.NET MVC1 app to MVC2 I'm getting the following error when I try and run the application: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) The…
Guy
  • 59,547
  • 93
  • 241
  • 306
8
votes
3 answers

Examples for successful real life mobile cross-platform / hybrid apps?

I have nothing found here or on google. Do you know any (good/successful/most sold/most downloaded) samples for mobile cross-platform apps? If so, on which frameworks (jQuery Mobile, Sensa, PhoneGap, etc.) are they built on? I want to get some…
donttellya
  • 322
  • 1
  • 2
  • 13
7
votes
3 answers

Starting point for learning how to build hybrid HTML5 apps?

I want to start building hybrid HTML5 mobile apps; build the core functionalities via HTML5, then wrap this with a native layer for iOs, Android, BB..etc After some research: I found I need to be familiar with plenty of technologies, namely: HTML5,…
Omar Maher
  • 89
  • 1
  • 1
  • 3
7
votes
1 answer

Graph API calls to OnPremise Exchange only works in Playground

Our setup is an on-premise Exchange Server which is accessible over the graph api. https://docs.microsoft.com/en-us/graph/hybrid-rest-support We run in the issue, that our token is only "partial" working. And a token created by "Graph-Playground"…
7
votes
3 answers

Facebook Login With Flutter

Future login({List userData, var loginCallback, var cancelledCallback, var errorCallback}) async { var facebookLogin = FacebookLogin(); var facebookLoginResult = await…
ujjwal mainali
  • 349
  • 5
  • 16
7
votes
2 answers

Error 19 - Physical connection error

A transport-level error has occurred when receiving results from the server. (provider: Session Provider, error: 19 - Physical connection is not usable) - occurs intermittently, using hybrid connector to connect to on-premise database from Azure…
Kannan M
  • 422
  • 1
  • 6
  • 18
7
votes
2 answers

How can I detect, that my app is running on the Ripple Emulator?

Is there a way to detect, that my application is currently running on the Ripple Emulator, instead of a real device? I want some workaround code to be ran only on the emulator.
Vladius
  • 2,733
  • 2
  • 17
  • 18
6
votes
2 answers

c++ vector/linked list hybrid

Is there a std container in c++ that acts like a hybrid between a vector and a linked list. What I mean is a data structure that overcomes the frequent reallocation overhead of std::vector and potential excess memory allocation, instead when the…
dtech
  • 44,350
  • 16
  • 93
  • 165
6
votes
1 answer

Calling C# function from Javascript in Xamarin Forms PCL

I am developing a cross-platform app in c# using Xamarin Forms. I am new to xamarin. I have created a Portable Cross-Platform App. In which I am trying to open local html pages in webview. For Calling c# function from javascript I have implemented…
Sonali
  • 1,895
  • 5
  • 27
  • 56
1
2 3
39 40