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.

640 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
  • 6,031
  • 11
  • 48
  • 82
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
  • 3,284
  • 8
  • 48
  • 75
16
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
  • 20,639
  • 5
  • 33
  • 65
13
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,718
  • 3
  • 15
  • 23
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
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
  • 570
  • 2
  • 6
  • 19
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?
Arelancelot
  • 491
  • 3
  • 14
9
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://learn.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"…
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
  • 65,082
  • 97
  • 254
  • 325
8
votes
4 answers

Facebook Login With Flutter

Future login({List userData, var loginCallback, var cancelledCallback, var errorCallback}) async { var facebookLogin = FacebookLogin(); var facebookLoginResult = await…
ujjwal mainali
  • 379
  • 1
  • 5
  • 17
8
votes
1 answer

Do react native uses same code for ios and android or both platform code should be written separately?

Hi i have very good experience in working on Cordova with Ionic Framework and some other frameworks. Personally i m not happy with Ionic performance so i m planning to switch to React Native from Ionic. I just want to know few things before…
Krishna Karki
  • 749
  • 12
  • 31
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
  • 452
  • 1
  • 3
  • 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
4 answers

zsh: permission denied: /Users/macbookpro/.zshrc

I'm new in flutter I want to set flutter sdk path in Mac OS (VS code) for this I'm fallow the https://flutter.dev/docs/get-started/install/macos#update-your-path but when I run $HOME/.zshrc in Terminal It show error message zsh: permission denied:…
Faiz E Qamar
  • 133
  • 1
  • 2
  • 11
7
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
  • 2,223
  • 6
  • 32
  • 69
1
2 3
42 43