Giter VIP home page Giter VIP logo

airnativeextensions's People

Contributors

distriqt-developer avatar marchbold avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

airnativeextensions's Issues

NativeMaps Android Location bug

Hello !
We are using nativeMaps for an iOs & Android APP, iOs works nice but on Android, when the map is created I show the userLocation but the locationListener is never dispatched, so i never got the user spot. Curiosly the bluePoint is painted.

Tested on Android 4.4
Here my ApplicationXML.

``` ```

Invalid Ad Request

Hey guys

New to admob and needing a bit of help with the extension. Im getting Invalid Ad request. thrown by the error handler and got a few questions to how I got this setup.

Firstly which ID goes into this:

Adverts.service.initialisePlatform( AdvertPlatform.PLATFORM_ADMOB, ADMOB_ACCOUNT_ID );

Is this the publisher ID thats shown when logging into admob that starts pub-22246xxxxx etc

local notifications after app is closed

Reading your docs on this it suggests that setting the intent filters correctly would make Android OS notify your app even after it has closed. How can that be tested? If I flick the app away from the Android stack the notification then fails. Does that standard way of closing the app count as a task killer?

If I don't quit the app, but I restart the device, notifications also fail. Is there any way on Android to make notifications work like it does on iOS?

Push Notifications does not open app

Hi,

When a user touches the push notification received, nothing happens. The notification does not fire the app.

Would anybody help me?

Regards,
Flavio

Pitch, Roll, Yaw values from Gyro are to dependent on accelerometer :(

I hate to burden you with one more issue, since I need you guys to solve the Native Maps bug :) , but this is also very problematic...

I've noticed that the Orientation values are to dependent on the accelerometer. Something does not feel right with the sensor fusion algorithm you are using.

Rotating the phone in my hand is one thing, but if I start to slide it in any direction and thus change the forces acting on the accelerometer (but not Gyro rotation angles), the orientation values also fluctuate a to much.
For example, I place the phone flat on the table, and if I just push it back and forward (no rotation at all) the pitch value changes wildly.

This makes the Orientation values unrealiable when the main purpose is to isolate Gravity from the other forces acting on the device.
When I need to measure forces perpendicular to Gravity (for example braking and accelerating of a car), but when the car is braking, the acting forces also change the Orientation values, even though the phone is not rotating (it is sitting flat on the shotgun seat), making it impossible to accurately isolate gravity and measure the forces correctly.

Would it be possible to modify the algorithm so that it does not change the values so fast if the gyro angles are not changing quickly?

NativeMaps setCentre, animated

NativeMaps setCentre method, animated value doesn't work under iOS7. It's just jump to the position without any animation.

facbookAPI to post on friend's wall

i used ur extensions to post on my friend's wall using openShareDialog()
i use in params to post on wall my friend the "params.to"
var params:FacebookShareParams = new FacebookShareParams();
params.title = "This is the title";
params.caption = "This is the caption";
params.description = "This is the description";
params.to=["my_friend_id"];

but it post on my wall not in my friend wall !!
what the problem ??!!

Facebook API: Error when building

When I try to build my app for IOS I get following error:

ld: file was built for unsupported file format ( 0x2e 0x2f 0x56 0x65 0x72 0x73 0x69 0x6f 0x6e 0x73 0x2f 0x41 0x2f 0x46 0x61 0x63 ) which is not the architecture being linked (armv7): C:\Users\xxxxxx\AppData\Local\Temp\9ba8a236-fd0e-419a-88bc-64f7036315db/FacebookSDK.framework/FacebookSDK for architecture armv7 Compilation failed while executing : ld64

I'm building on a win8.1 pc with FlexSDK4.12 AIR4.0
Is it not possible to build on windows?

DismissAllDialogs - enhancement idea

I'm wondering if it is possible to include this convenience function in the Dialog ANE.

My issue is that I have several Dialogs that could be left open when the app is put to sleep. I use Local Notifications to launch the app and display a particular section of the app. If a dialog was left open the message is usually out of context to what is now being displayed.

I currently have to use try/catch blocks to close every possible dialog.

It would be very convenient to simply call dismissAllDialogs when the app is activated.

Dialog service. DialogDateTimeEvent.DATE_CHANGED, DialogDateTimeEvent.DATE_SELECTED

Hi,
I use Dialogs ane in iPad (ios 5.1).
The events DialogDateTimeEvent.DATE_CHANGED and DialogDateTimeEvent.DATE_SELECTED is not coming to my app.

code:

Dialog.init(key);
Dialog.service.addEventListener(DialogDateTimeEvent.DATE_CHANGED, dialog_dateChangedHandler, false, 0, true);
Dialog.service.addEventListener(DialogDateTimeEvent.DATE_SELECTED, dialog_dateSelectedHandler, false, 0, true);
var options:DateTimePickerOptions = new DateTimePickerOptions();
options.title = "Select a date";
Dialog.service.showDateTimePicker(1, options, DateTimePickerOptions.MODE_DATE);

When I press SET button, the DialogDateTimeEvent.DATE_SELECTED event is not working for me. In debug console I have

"dialog:time:selected::<dialog><id>1</id><timestamp>0.000000</timestamp></dialog>"

What I doing wrong?

Facebook API: "Compilation failed while executing : ld64" armv7

I use Apache Flex 4.12 + AIR 4, I get following exception compiling the project after adding Facebook API extension (other extensions were added fine).

ld: file was built for unsupported file format ( 0x2e 0x2f 0x56 0x65 0x72 0x73 0x69 0x6f 0x6e 0x73 0x2f 0x41 0x2f 0x46 0x61 0x63 ) which is not the architecture being linked (armv7): C:\Users\...\AppData\Local\Temp\1444ec52-8b31-4e5a-935c-011755949229/FacebookSDK.framework/FacebookSDK for architecture armv7 Compilation failed while executing : ld64

IPhone push event error

I'm using APN Tester Free (Mac OSX app)

IPhone Push works, when I stop Air APP.

But On debug mode, Push doesn't works except "'{"

So I think it is library problem.

------------- send test data -------------
{"aps":{"alert":"complete"}}
------------- arrive test data -------------

event.data = "'{"

java push program same problem.

---------------------java test --------------------------
java use javapns 2.2.1

----java send java code ----
Push.alert("complete",
this.getClass().getResource("/apns/cert.p12").getPath(),
"password",
false,
"6b5edaa0bcfbd9a040504ff1634d064df434c1e22a709cb7f52f65899e49b418");

----java send json code ----
{"aps":{"alert":"complete"}}

----java result ----
Push notification sent successfully to: 6b5edaa0bcfbd9a040504ff1634d064df434c1e22a709cb7f52f65899e49b418

----air arrive event data ----

event.data = "'{"

facebookutils

when the start sso in ios device that facebook app appear on the screen and ask permission acccess , i clicked ok all of these but facebook app dosent close after that, this problem only iso device, andorid is ok.

Camera ANE IOS 7.0 trying to build on window machine window

We are trying to use the Camera ane and debug it using on the build and deployment of the debug version (we haven't test it on release version)
we are getting this Error.

Compilation failed while executing : ld64 ld: unknown option: -ios_version_min

we are spection that this is the issue
http://www.richardlord.net/blog/20-tips-for-creating-air-native-extensions-for-ios

If you try to use a native extension that requires you to link to the 
SDK and don't link to 
it, you will get a compile error like this
 (the second line may or may not be present).

IOS Push Notification Data Error

I use Push notification Extension.

Server use javapns library.

                Push.alert(content,
                        this.getClass().getResource("/apns/cert.p12").getPath(),
                        "password",
                        false,
                        push_id);

push success.

Arrive push notification data (in Actionscript) => "{"

I change java library?

FacebookUtils - Can't publish .apk when referencing ANE

Hi,

I have a problem with the FacebookUtils ANE : when I add it to my project, in the publish settings of Adobe Flash Pro CS6, I canno't publish the project anymore. Each time I have the following error :

aapttoolfailed

Flash Pro CS6 is up to date, I installed the latest Air 4.0 SDK, I tried to update the android-res.jar and aapt the latest Android SDK, but nothing seems to work... Do you have any idea where that could come from ?

Thanks in advance !

[Edit] Forgot to say that I tried to add other ANEs like the Camera and the FacebookAPI and they work like a charm. I only have the problem with FacebookUtils.

InAppBilling Purchase Error

Hi.
Got these errors on start purchasing:

04-05 09:23:17.011: D/Finsky(21908): [1]
04-05 09:23:16.881: E/Parcel(793): Class not found when unmarshalling: com.google.android.finsky.billing.lightpurchase.PurchaseParams, e: java.lang.ClassNotFoundException: com.google.android.finsky.billing.lightpurchase.PurchaseParams

CarrierParamsAction.createCarrierBillingParameters: Carrier billing config is null. Device is not targeted for DCB 2.

04-05 09:23:17.021: E/Finsky(21908): [4553] FileBasedKeyValueStore.delete: Attempt to delete 'params-4WPlTRI9aDvplUVo-E8Qg' failed!

04-05 09:23:17.341: D/Finsky(21908): [1] PurchaseFragment.handleError: Error: PurchaseError{type=3 subtype=12}

on phone i have:
This version of application isn't configured for billing through Google Play.
It worked just fine 2 days ago.

Can you help and advice?

Push Notification NullPointerException

Some users reported the following error:

java.lang.NullPointerException
at com.distriqt.extension.pushnotifications.gcm.GCMIntentService.onRecoverableError(GCMIntentService.java:102)
at com.google.android.gcm.GCMBaseIntentService.handleRegistration(GCMBaseIntentService.java:314)
at com.google.android.gcm.GCMBaseIntentService.onHandleIntent(GCMBaseIntentService.java:197)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.os.HandlerThread.run(HandlerThread.java:60)

Device:
Samsung Galaxy S4 mini

Facebook Utils

Hello guys, I was using the Facebook utils and it seems to do all the SSO, but I cannot know the user id, is there any way I could retrieve this information? id or mail or something else besides the token?

Greetings!

Ad Hoc provisioning profile and push notification.

I am trying to test my push notification as good as it can get to production.
As I understood the only way is to test the apns of the production is using adhoc provisioning.
The problem is that I can not install the the app on the device when get-task-allow is true
only when I remove it or change it to false. Is this what need to be done ?

I am not sure that it related but I am not getting the push and the apple server return false on that call
$result = fwrite($value, $msg, strlen($msg));

How can I understand what has gone wrong?

Camera - Really small camera window in top-left corner

Hi !

I'm using your camera ANE and it's working great so far. But I discovered a small glitch that is strange... If I use your example on github (linked to an empty .fla because I use Flash Pro CS6 so I can't create pure AS3 projects), everything's normal when I launch the app on a tablet in debug mode or when I publish it.

But, after the publishing, if I close the app and open it again, a really small windows appears in top left which contains the video as well... here's a screenshot of the bug :

screenshot_2014-03-26-09-04-45

Is this normal ? I tried to remove everything in the code (capture on click / ...) to keep only the camera, but the bug is still here... And the problem appears on a Sony Xperia Tablet Z and on a Samsung Galaxy Note 10.1, but not on my Nexus 5. That's odd...

If you can't reproduce the bug I can send you my project !

Thanks in advance

Native Maps for Android -> wrong update marker position on zoom

Hi again,

I have another problem with the NativeMaps extension. Everything is working on iOS again, but when I change the zoom level on an Android device the markers are not updating their positions correctly. On the initial zoom level the marker is pinned to the street, but as I zoom out the marker is moving to the ocean :((( Any suggestions?

Regards,

Martin

facbookAPI to send app request

i used ur extensions to send app request using openRequestsDialog()
the Dialog opend and i can select friends and send
but when open the profile of this friend , there is no any thing
what the problem ??!!

my code is

var params:FacebookAppRequestParams = new FacebookAppRequestParams();
params.app_id = "????????????";
params.title = "This is the title";
params.message = "This is the message";
params.data = "test";
FacebookAPI.service.openRequestsDialog( params, dialogResultHandler );

is i missing anything ??

InAppBilling invalid product identifier

Hello.
I've problems with inappbilling ane. I've setup google account for my app, added new products, get public key.
But when i try to get products list it says:
version = "2.4.Android.1.3"
errorCode = "oneyearaccess_gp_008"
message = "Invalid product identifier"
target = (com.distriqt.extension.inappbilling::InAppBilling)#1
type = "product:invalid"

when i change encrypted key passed to setup method i get the same error.

What is the cause of this error? Wrong key, or problems with product configuration?
Can you give any suggestion whats wrong in this case?

Dialog method showTextInputAlertDialog

Hi everyone
Is Dialog.service. showTextInputAlertDialog method working on Android 3.1? I try to use it but dialog is doesn't show. In documentation I didn't found reasons why it not work for me.

Problem with pdfreader ANE and iOS top status bar

When I use your pdfreader ANE I’ve noticed a problem:

  1. Now with AIR_SDK_4.X (necessary to publish Apps in App Store with Apple, they don’t want AIR_SDK under 4.0 anymore) the status bar of device is integrated inside the app (not with black and 40px height top bar separately of App as before). I can re-order the elements in Flash, not a problem here. If you see capture_1.jpg (attached), you’ll notice that I’ve put the TextField in a position y=40 (and not over status bar).
  2. But when PDFReader is showed (see capture_2.jpg attached) you’ll notice that the PDFReader is over/under iPhone top status bar.
  3. I’ve tried to find something in order to change the size and/or position of PDFReader, but nothing found…

Maybe I’m confused and the solution is very simple… Please, illuminate me!!!

capture_1
capture_2

Native Maps for Android -> showMap, hideMap

Map frame is displayed, but when I call NativeMaps.service.hideMap(), nothing happens.
I can't test NativeMaps.service.showMap(), because the map is still visible.

Both of these work on iOS, without any problem.

Problem is, when I deactivate the view which contains the map, I have to destroy the map and when I switch back to the locations view, I have to create the map again and I have to call all operations again (get gps, center map, create markers, atc...)

Similar problem is, when I click on the marker icon. I'd like to show more information about the position, but I have to destroy the map and when that is closed, I have to create and render the map again.

Used version:
release 1.39 (map version 2.1.6 android 2.2)

My configuration:
Flash Builder 4.7 + Apache Flex 4.12.0 + AIR 4.0
Android phone HTC Sensation Z710e + Android 4.0.3
iPhone 4s + iOS 7.1

Facebook API: Login via FB App

Cannot make it login via FB App. Always get WEB popup. Tested on 2 ios devices with FB App installed (ios facebook not logged in).

FacebookAPI.service.setPreferredDialogType(FacebookDialogType.NATIVE); FacebookAPI.service.createSession(["basic_info", "publish_actions"], false, false); // same result // FacebookAPI.service.createSession(["basic_info", "publish_actions"], false, true);

Why do I need it:
60% on all mobile traffic goes through FB app (at least they claim). So it should be №1 method to login, iOS SDK and web should be alternative ways.

PS
Tried io-intagrated option, no popup at all.

Bug compile Application.ane and Adverts.ane in IOS

ios:
[java] Compilation failed while executing : ld64
[java] duplicate symbol _TAG in:
[java] C:\Users\Fran\AppData\Local\Temp\dbe2cc21-b797-461d-82ec-f1ef807574c4/libcom.distriqt.Application.a(ApplicationFREUtils.o)
[java] C:\Users\Fran\AppData\Local\Temp\0731bea7-ba84-4d89-9561-4e26fafb14c2/libcom.distriqt.Adverts.a(AdvertsFREUtils.o)
[java] ld: 37 duplicate symbols for architecture armv7

FacebookUtils

Version 1.37 works fine, but from v1.39 failed when packaging android apk:

aapt tool failed:D:\WinTemp\9cdbf792-945a-48ea-b739-959182c91b29\res-play\values
\colors.xml: error: Duplicate file.
d:\WinTemp\b9dd896f-54a4-4353-bde9-9fa91975dd74\captive_runtime_res\values\color
s.xml: Original is here.

Push Notification Issue

I have closed app. Then I open app from Push Notification.
I setup all listeners and call register.
No notification has fired after that! I can't give access to notification which opened application.

Please advice, or provide some examples!

Camera ANE in Portrait mode

I am trying to use the Camera portrait mode but it all way present in landscape mode
We have try to auto rotation mode in the CameramParamer class

Like that

_options.correctOrientation = true;

but it still show landscape mode. the phone is been held in portrait mode.

how can we fix it? 
Air 3.9 android 4.1.2
Latest version of the ane 

InAppBilling Purchase signature verification failed

Hi, its me again.

New problem, After I successfully bought product I can't get products from google.
Look, setup was successful, I call getProducts and what i see in logs:
screen shot 2014-04-02 at 22 40 19
in application logs i see:
version = "2.6.Android.1.4"
data = "Error refreshing inventory (querying owned items). (response: -1003:Purchase signature verification failed)"
type = "products:failed"

my products have been setup as managed.
Why it doesn't give me products list?
wjy i see my purchase information in android logs but in flash i see error?

NativeMaps adding new feature? Please!!!...

Hi distriqt,

I think your NativeMaps ANE needs some TILE features. Something like this:

SAVE_TILES_TO_CACHE
SAVE_TILES_TO_APP_DIR
SAVE_TILES_TO_URL
LOAD_TILES_FROM_CACHE
LOAD_TILES_FROM_APP_DIR
LOAD_TILES_FROM_URL

in order to we can save map regions (group of tiles) to app dir (wifi/3-4G) and use them in offline mode.

In this case, we need also some new events:

TILE_LOADED (Tile ID)
TILES_LOADED (All tiles in map to show)
TILE_LOAD_FAILED
TILES_LOAD_FAILED (Or similar)
TILE_SAVED
TILES_SAVED
TILE_SAVE_FAILED
TILES_SAVE_FAILED

What you think? It will be a very GREAT feature.
Please, we need... The apps with it will be better.

Thanks!

Dialog.service.showTimePicker returns Dialog time selected: 00:00:00

I'm trying to implement a time picker dialog and was wondering if you had any idea why I'm getting:

dialog:time:selected::140.000000

whenever I set a time?

Here's my code

Dialog.init( DEV_KEY );
Dialog.service.addEventListener( DialogDateTimeEvent.TIME_SELECTED, dialog_timeSelectedHandler, false, 0, true );

private function dialog_timeSelectedHandler( event:DialogDateTimeEvent ):void {
debugLog( "Dialog time selected: "+ event.date.toTimeString() ) ;
//currently traces out Dialog time selected: 00:00:00 GMT+0000
}

_dtOptions = new DateTimePickerOptions();
_dtOptions.year = 2014;
_dtOptions.month = 2;
_dtOptions.day = 22;
_dtOptions.title = "Select Start Time";
_dtOptions.hour = 17;
_dtOptions.minute = 0;

Dialog.service.showTimePicker(14, _dtOptions);

The time picker appears to work correctly and does create the correct time stamp when changing, like this

dialog:date:changed::141395486000000.000000

But when the set button is used I get:

dialog:time:selected::140.000000

I'm testing on an iPad retina running iOS7.0.6

Thanks,

Mark

need index value

I'm switching from another ANE to this one because the other ANE broke with iOS 7, and the developer has not responded in 3 months. Hopefully you're quicker! (saw there was an update 5 days ago, so I'm hopeful)

I show Dialogs with text based on the user's chosen language. In the other ANE I get back an index value, I don't have to comb through the multiple languages to find out which of the strings match.

Can we have and index value too? Or, is there another way to know that the third button, for example, was the one they touched?

Thanks.

Facebook API: Mobile App Ads for Installs

Due to FB documentation https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads app should call
AppEventsLogger.activateApp(context, YOUR_APP_ID)
every time it gets active (applicationDidBecomeActive on iOS).

How do I make this through the extension?
NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onInvoke); function onInvoke(..){ distriqtFacebookAPI.publishInstall(...); }
Or distriqtFacebookAPI.publishInstall(appId) is a deprecated method from the old FB SDK?

Native Maps Bug

Hi guys,
We implemented your NativeMaps ANE in our Android App and every now and then (cca.50% chance) the app crashes when it tries to start. The crash happens before any of the NativeMaps api are called or even inited from Actionscript.
My colleague reported this before, and we were advised to wait for the new version of the ANE and test again. Unfortunately the bug persists :(

The bug seems to be caused by:
java.lang.NullPointerException at com.distriqt.extension.nativemaps.NativeMapFragment.onCreate(NativeMapFragment.java:146)

Please take a look, and see if you can do something about this.
Other than this one thing, great work on the ANEs! They are really useful and easy to use.

Here is the log extract that caught the error:

03-14 14:20:38.100: E/AndroidRuntime(5064): FATAL EXCEPTION: main
03-14 14:20:38.100: E/AndroidRuntime(5064): java.lang.RuntimeException: Unable to start activity ComponentInfo{air.eu.amodo.drivercopilot.triglav/air.eu.amodo.drivercopilot.triglav.AppEntry}: java.lang.NullPointerException
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2295)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2349)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.ActivityThread.access$700(ActivityThread.java:159)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.os.Handler.dispatchMessage(Handler.java:99)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.os.Looper.loop(Looper.java:176)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.ActivityThread.main(ActivityThread.java:5419)
03-14 14:20:38.100: E/AndroidRuntime(5064): at java.lang.reflect.Method.invokeNative(Native Method)
03-14 14:20:38.100: E/AndroidRuntime(5064): at java.lang.reflect.Method.invoke(Method.java:525)
03-14 14:20:38.100: E/AndroidRuntime(5064): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1046)
03-14 14:20:38.100: E/AndroidRuntime(5064): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:862)
03-14 14:20:38.100: E/AndroidRuntime(5064): at dalvik.system.NativeStart.main(Native Method)
03-14 14:20:38.100: E/AndroidRuntime(5064): Caused by: java.lang.NullPointerException
03-14 14:20:38.100: E/AndroidRuntime(5064): at com.distriqt.extension.nativemaps.NativeMapFragment.onCreate(NativeMapFragment.java:146)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.Fragment.performCreate(Fragment.java:1677)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:872)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1075)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1057)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.FragmentManagerImpl.dispatchCreate(FragmentManager.java:1855)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.Activity.onCreate(Activity.java:935)
03-14 14:20:38.100: E/AndroidRuntime(5064): at air.eu.amodo.drivercopilot.triglav.AppEntry.onCreate(AppEntry.java:211)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.Activity.performCreate(Activity.java:5372)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1104)
03-14 14:20:38.100: E/AndroidRuntime(5064): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2257)
03-14 14:20:38.100: E/AndroidRuntime(5064): ... 11 more

NativeMaps events

We've missing some events in NativeMaps:

  • TILES_LOADED_PENDING
  • TILES_LOADED
  • MAP_LOAD_ERROR

NativeMaps custom marker icon

NativeMaps custom marker icon bitmaps are too big and pixelated on iOS7.

The NativeMaps.service.isRetinaDisplay() returns with true.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.