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
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
  • 4,268
  • 2
  • 20
  • 21
6
votes
2 answers

Is it possible to allow Cross Site Scripting (XSS) in Mobile safari?

I am building a hybrid app (HTML,CSS, JS + Native iOS code), and Would like to make calls to a web service, but this is being blocked currently by the XSS Security. What do I need to do to turn off this security feature (or more likely provide a…
Nathan
  • 1,609
  • 4
  • 25
  • 42
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
  • 47,916
  • 17
  • 112
  • 190
6
votes
3 answers

How to release a macos app written with flutter

I have a flutter app which I built in Flutter for macOS. But I cannot figure out a way to codesign the Application.app package. I have searched the internet and couldn't get a proper way to do it.
Jude Osbert K
  • 940
  • 9
  • 22
6
votes
2 answers

TypeScript hybrid type implementation

On http://www.typescriptlang.org/Handbook#interfaces website Hybrid Types are explained. As these are extremely helpful for creating typings to JS - I wonder if it's possible to define a class implementing e.g. such interface: interface Counter { …
Filip
  • 478
  • 4
  • 8
6
votes
3 answers

Monetizing Hybrid Apps

I'm looking to launch a mobile app. Since the app is fairly simple/straightforward, without the need for a ton of performance/graphics/etc, a Hybrid app seems to make a lot of sense- especially considering my limited budget. However, a big part of…
5
votes
1 answer

MVC3 Routing with WebForms

I have a solution that is using WebForms .Net 4.0. I am planing to utilize MVC3 in the same solution. I followed Scott Hanselman blog and things were roling. I have to admit that I am quite new to this. However, It seems that I am missing a big…
Sam
  • 875
  • 10
  • 22
5
votes
1 answer

Is there any way to build a source of go, including struct type, to a *.so file?

I'm constructing an application written by python. In the application, I need a function provided by a go language, so I'm trying making a *.so file to use it as a local library. How should I build the *.so with a go-lang source containing…
Delta
  • 157
  • 13
5
votes
1 answer

Ionic 2 set single component to md

Is it possible to set a single component in a page to a certain platform. For example, I have an iOS screen and I want the bottom toolbar just for this one page to use the Android Style (material design).
TheAppchemist
  • 514
  • 3
  • 14
5
votes
2 answers

Change map type (hybrid, satellite) via segmented control

I am trying to change the map type using a segmented control button, I wish for it to change the type of the map with 3 options: Standard, Satellite and Hybrid. So far I have this code but nothing happens once a different map type is…
Oscar
  • 511
  • 2
  • 10
  • 25
5
votes
4 answers

CORS for HTML5 Hybrid App

I have read lot of things about CORS and how allowing Access-Control-Allow-Origin: * is security vulnerability to web server. But none of the article explained about how we can allow HTML5 hybrid application to access web services hosted on some…
Mayank Sharma
  • 844
  • 7
  • 21
5
votes
1 answer

OpenCL/CPU. Test whether the OpenCL framework is available

I'm working on a hybrid OpenCL application that has to decide at run time whether to use or not to use the GPU implementation. Is there a cross platform (i.e. for intel, nvidia, and ati) way to dermine, whether the computer, where the application…
LonliLokli
  • 1,295
  • 4
  • 15
  • 24
4
votes
4 answers

Is the Facebook app built using a mobile development framework like PhoneGap or Appcelerator?

I've found numerous sources that cite the Facebook app as an example of a Hybrid App. I understand the term Hybrid App is broadly defined as any smartphone app that wraps a WebView in a native application. There are mobile phone development…
Justin
  • 6,031
  • 11
  • 48
  • 82
4
votes
0 answers

showing property lines in Google Maps with Hybrid or Satellite view

Google maps will show property lines if you're sufficiently zoomed in and looking at the map view (in certain areas). But switching it to either hybrid or satellite view clears all the property lines. Is there a way to create a map that will still…
user1217966
  • 41
  • 1
  • 1
  • 2
4
votes
1 answer

MailboxNotEnabledForRESTAPI - Microsoft Graph API integration with HMA Enabled on-premise server

We had integrated our application with Microsoft Graph API enabling user to access their outlook through our application. The integration works fine with office365 users but having intermittent issues with users in on-premise server. Initially after…
1
2
3
42 43