question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GoogleMaps > 2.1.0 and angularjs

See original GitHub issue

I’m submitting a … (check one with “x”)

  • question
  • any problem or bug report
  • feature request

If you choose ‘problem or bug report’, please select OS: (check one with “x”)

  • Android
  • iOS

cordova information: (run $> cordova plugin list)

cordova-android-play-services-gradle-release 1.1.4 "cordova-android-play-services-gradle-release"
cordova-android-support-gradle-release 1.1.5 "cordova-android-support-gradle-release"
cordova-plugin-actionsheet 2.3.3 "ActionSheet"
cordova-plugin-apprate 1.3.0 "AppRate"
cordova-plugin-background-mode 0.7.2 "BackgroundMode"
cordova-plugin-camera 4.0.2 "Camera"
cordova-plugin-compat 1.2.0 "Compat"
cordova-plugin-console 1.1.0 "Console"
cordova-plugin-crosswalk-webview 2.3.0 "Crosswalk WebView Engine"
cordova-plugin-device 2.0.1 "Device"
cordova-plugin-dialogs 2.0.1 "Notification"
cordova-plugin-facebook4 1.9.1 "Facebook Connect"
cordova-plugin-file 6.0.1 "File"
cordova-plugin-file-transfer 1.7.1 "File Transfer"
cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
cordova-plugin-geolocation 4.0.1 "Geolocation"
cordova-plugin-globalization 1.0.9 "Globalization"
cordova-plugin-googleplus 5.2.1 "Google SignIn"
cordova-plugin-googlemaps 2.2.5 "cordova-plugin-googlemaps"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.1 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"

Current behavior:

  • When removing google-maps, everything works, deviceready is fired.
  • When adding google-maps, deviceready is not fired. The event ‘DeviceReady’ is never called, something wrong happens when cordova-plugin-googlemaps is installed with crosswalk.

Expected behavior:

Looking for any 2.x version of cordova-plugin-googlemaps working with any version of crosswalk.

Related code, data or error log (please format your code or data):

$ adb logcat | grep `adb shell ps | grep com.xxx.xxx | tr -s [:space:] ' ' | cut -d' ' -f2` 
02-17 13:26:21.882  1673  5011 I ActivityManager: Start proc 5077:com.xxx.xxx/u0a271 for activity com.xxx.xxx/.MainActivity
02-17 13:26:21.892  5077  5077 E Zygote  : v2
02-17 13:26:21.892  5077  5077 W SELinux : Function: selinux_compare_spd_ram, index[1], priority [2], priority version is VE=SEPF_SECMOBILE_6.0.1_0029
02-17 13:26:21.892  5077  5077 W SELinux : SELinux: seapp_context_lookup: seinfo=default, level=s0:c512,c768, pkgname=com.xxx.xxx 
02-17 13:26:21.892  5077  5077 I art     : Late-enabling -Xcheck:jni
02-17 13:26:21.892  5077  5077 I libpersona: KNOX_SDCARD checking this for 10271
02-17 13:26:21.892  5077  5077 I libpersona: KNOX_SDCARD not a persona
02-17 13:26:21.932  5077  5077 D TimaKeyStoreProvider: TimaSignature is unavailable
02-17 13:26:21.932  5077  5077 D ActivityThread: Added TimaKeyStore provider
02-17 13:26:22.012  5077  5077 I FirebaseInitProvider: FirebaseApp initialization unsuccessful
02-17 13:26:22.042  5077  5092 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
02-17 13:26:22.042  5077  5092 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
02-17 13:26:22.072  5077  5077 I CordovaLog: Changing log level to DEBUG(3)
02-17 13:26:22.072  5077  5077 I CordovaActivity: Apache Cordova native platform version 6.3.0 is starting
02-17 13:26:22.072  5077  5077 D CordovaActivity: CordovaActivity.onCreate()
02-17 13:26:22.072  5077  5077 D XWalkLib: Pre init xwalk core in com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve class class org.xwalk.core.XWalkPreferences to com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve method setValue to com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve class class org.xwalk.core.XWalkPreferences to com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve method setValue to com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve class class org.xwalk.core.XWalkPreferences to com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve method setValue to com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve class class org.xwalk.core.XWalkPreferences to com.xxx.xxx.MainActivity
02-17 13:26:22.082  5077  5077 D XWalkLib: Reserve method setValue to com.xxx.xxx.MainActivity
02-17 13:26:22.092  5077  5077 D XWalkLib: Reserve object class org.crosswalk.engine.XWalkCordovaView to com.xxx.xxx.MainActivity
02-17 13:26:22.112  5077  5077 D XWalkLib: Reserve object class org.crosswalk.engine.XWalkCordovaResourceClient to com.xxx.xxx.MainActivity
02-17 13:26:22.112  5077  5077 D XWalkLib: Reserve method setResourceClient to com.xxx.xxx.MainActivity
02-17 13:26:22.112  5077  5077 D XWalkLib: Reserve object class org.crosswalk.engine.XWalkCordovaUiClient to com.xxx.xxx.MainActivity
02-17 13:26:22.112  5077  5077 D XWalkLib: Reserve method setUIClient to com.xxx.xxx.MainActivity
02-17 13:26:22.112  5077  5077 D PluginManager: init()
02-17 13:26:22.122  5077  5077 D FileUtils: Unrecognized extra filesystem identifier: assets
02-17 13:26:22.142  5077  5077 D XWalkLib: Reserve method setXWalkViewInternalVisibility to com.xxx.xxx.MainActivity
02-17 13:26:22.142  5077  5077 D XWalkLib: Reserve method setSurfaceViewVisibility to com.xxx.xxx.MainActivity
02-17 13:26:22.192  5077  5077 D ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{a95d532 V.E...... R.....I. 0,0-0,0}
02-17 13:26:22.192  5077  5077 D SecWifiDisplayUtil: Metadata value : none
02-17 13:26:22.202  5077  5102 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
02-17 13:26:22.202  1673  2615 D InputDispatcher: Focus entered window: 5077
02-17 13:26:22.202  1673  1844 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{955e792 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}
02-17 13:26:22.252  5077  5077 D ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{64f9f31 V.E...... R.....I. 0,0-0,0}
02-17 13:26:22.262  1673  3007 D InputDispatcher: Focus left window: 5077
02-17 13:26:22.262  1673  3007 D InputDispatcher: Focus entered window: 5077
02-17 13:26:22.262  5077  5077 W WhitelistPlugin: Found <access launch-external> within config.xml. Please use <allow-intent> instead.
02-17 13:26:22.272  5077  5077 I CordovaLog: Changing log level to 6
02-17 13:26:22.282  5077  5077 D GoogleMapsPlugin: ----> checkGooglePlayServices = true
02-17 13:26:22.282  5077  5077 E MyPluginLayout: --> zoomScale = 2.0
02-17 13:26:22.282  5077  5077 I zzbz    : Making Creator dynamically
02-17 13:26:22.292  5077  5077 I DynamiteModule: Considering local module com.google.android.gms.maps_dynamite:0 and remote module com.google.android.gms.maps_dynamite:18
02-17 13:26:22.292  5077  5077 I DynamiteModule: Selected remote version of com.google.android.gms.maps_dynamite, version >= 18
02-17 13:26:22.322  5077  5077 W System  : ClassLoader referenced unknown path: /data/data/com.google.android.gms/app_chimera/m/00000043/n/armeabi
02-17 13:26:22.372  5077  5077 I Google Maps Android API: Google Play services client version: 11910000
02-17 13:26:22.382  5077  5077 D XWalkLib: Initialize by XWalkActivity
02-17 13:26:22.382  5077  5077 D XWalkLib: DecompressTask started
02-17 13:26:22.382  5077  5077 W ResourceType: No package identifier when getting value for resource number 0x00000000
02-17 13:26:22.392  5077  5077 D ViewRootImpl: #1 mView = com.android.internal.policy.PhoneWindow$DecorView{b866d25 I.E...... R.....ID 0,0-0,0}
02-17 13:26:22.422  5077  5102 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8916_32_LA.BR.1.2.6_RB1__release_AU (Ia10634f51b)
02-17 13:26:22.422  5077  5102 I Adreno-EGL: OpenGL ES Shader Compiler Version: XE031.06.00.05
02-17 13:26:22.422  5077  5102 I Adreno-EGL: Build Date: 01/04/16 Mon
02-17 13:26:22.422  5077  5102 I Adreno-EGL: Local Branch: 
02-17 13:26:22.422  5077  5102 I Adreno-EGL: Remote Branch: quic/LA.BR.1.2.6_rb1.7
02-17 13:26:22.422  5077  5102 I Adreno-EGL: Local Patches: NONE
02-17 13:26:22.422  5077  5102 I Adreno-EGL: Reconstruct Branch: NOTHING
02-17 13:26:22.422  5077  5102 I OpenGLRenderer: Initialized EGL, version 1.4
02-17 13:26:22.492  5077  5077 D ScrollView:  onsize change changed 
02-17 13:26:22.492  1673  4572 I WindowManager: Switching to real app window: Window{cd30078 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}
02-17 13:26:22.502  5077  5077 D XWalkLib: DecompressTask finished, 0
02-17 13:26:22.502  5077  5077 D XWalkLib: ActivateTask started
02-17 13:26:22.502  5077  5077 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1
02-17 13:26:22.512  5077  5094 D XWalkLib: Attach xwalk core
02-17 13:26:22.512  5077  5094 D XWalkLib: [Environment] SDK:23
02-17 13:26:22.512  5077  5094 D XWalkLib: [App Version] build:23.53.589.4, api:8, min_api:1
02-17 13:26:22.512  5077  5094 D XWalkLib: [Lib Version] build:23.53.589.4, api:8, min_api:5
02-17 13:26:22.522  5077  5102 D libGLESv1: DTS_GLAPI : DTS is not allowed for Package : com.xxx.xxx
02-17 13:26:22.532  5077  5100 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
02-17 13:26:22.532  5077  5100 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
02-17 13:26:22.542  1673  2615 V WindowStateAnimator: Finishing drawing window Window{955e792 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}: mDrawState=DRAW_PENDING
02-17 13:26:22.542  5077  5094 D XWalkLib: Crosswalk download mode: false
02-17 13:26:22.542  5077  5094 D XWalkLib: XWalk core version matched
02-17 13:26:22.552  1673  5011 V WindowStateAnimator: Finishing drawing window Window{3c9e560 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}: mDrawState=DRAW_PENDING
02-17 13:26:22.562  1673  2615 V WindowStateAnimator: Finishing drawing window Window{cd30078 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}: mDrawState=DRAW_PENDING
02-17 13:26:22.572  5077  5077 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
02-17 13:26:22.572  5077  5077 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 48 - 0, 0) vi=Rect(0, 48 - 0, 0) or=1
02-17 13:26:22.582  1673  1844 D StatusBarManagerService: manageDisableList userId=0 what=0x0 pkg=Window{3c9e560 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}
02-17 13:26:22.592  1673  5589 V WindowStateAnimator: Finishing drawing window Window{3c9e560 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}: mDrawState=HAS_DRAWN
02-17 13:26:22.592  1673  3007 V WindowStateAnimator: Finishing drawing window Window{cd30078 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}: mDrawState=HAS_DRAWN
02-17 13:26:22.722  5077  5094 I cr_LibraryLoader: Time to load native libraries: 4 ms (timestamps 6083-6087)
02-17 13:26:22.722  5077  5094 I cr_LibraryLoader: Expected native library version number "", actual native library version number ""
02-17 13:26:22.722  5077  5094 D XWalkLib: Native library is built for ARM
02-17 13:26:22.722  5077  5094 D XWalkLib: Device ABI: armeabi-v7a
02-17 13:26:22.722  5077  5094 D XWalkLib: XWalk core architecture matched
02-17 13:26:22.722  5077  5094 D XWalkLib: Running in embedded mode
02-17 13:26:22.742  5077  5077 D XWalkLib: Dock xwalk core
02-17 13:26:22.742  5077  5077 D XWalkLib: Init core bridge
02-17 13:26:22.742  5077  5077 D XWalkLib: Init xwalk view
02-17 13:26:22.752  5077  5077 W XWalkInternalResources: org.xwalk.core.R$styleable.ButtonCompat is not int.
02-17 13:26:22.752  5077  5077 W XWalkInternalResources: org.xwalk.core.R$styleable.DualControlLayout is not int.
02-17 13:26:22.752  5077  5077 W XWalkInternalResources: org.xwalk.core.R$styleable.TextViewWithLeading is not int.
02-17 13:26:22.762  5077  5077 W XWalkInternalResources: org.xwalk.core.R$styleable.ButtonCompat is not int.
02-17 13:26:22.762  5077  5077 W XWalkInternalResources: org.xwalk.core.R$styleable.DualControlLayout is not int.
02-17 13:26:22.762  5077  5077 W XWalkInternalResources: org.xwalk.core.R$styleable.TextViewWithLeading is not int.
02-17 13:26:22.832  5077  5077 I cr_LibraryLoader: Expected native library version number "", actual native library version number ""
02-17 13:26:22.832  5077  5077 I chromium: [INFO:library_loader_hooks.cc(151)] Chromium logging enabled: level = 0, default verbosity = 0
02-17 13:26:22.832  5077  5077 I cr_BrowserStartup: Initializing chromium process, singleProcess=true
02-17 13:26:22.842  5077  5092 I cr_base : Extracting resource /data/user/0/com.xxx.xxx/app_xwalkcore/icudtl.dat
02-17 13:26:22.972  5077  5092 I cr_base : Extracting resource /data/user/0/com.xxx.xxx/app_xwalkcore/paks/xwalk_100_percent.pak
02-17 13:26:22.972  5077  5092 I cr_base : Extracting resource /data/user/0/com.xxx.xxx/app_xwalkcore/paks/xwalk.pak
02-17 13:26:23.082  5077  5077 D XWalkLib: ActivateTask finished, 1
02-17 13:26:23.082  5077  5077 D XWalkLib: Post init xwalk core in com.xxx.xxx.MainActivity
02-17 13:26:23.082  5077  5077 D XWalkLib: Init reserved class: class org.xwalk.core.XWalkPreferences
02-17 13:26:23.082  5077  5077 D XWalkLib: Call reserved method: public static void org.xwalk.core.internal.XWalkPreferencesBridge.setValue(java.lang.String,boolean)
02-17 13:26:23.082  5077  5077 D XWalkLib: Init reserved class: class org.xwalk.core.XWalkPreferences
02-17 13:26:23.082  5077  5077 D XWalkLib: Call reserved method: public static void org.xwalk.core.internal.XWalkPreferencesBridge.setValue(java.lang.String,boolean)
02-17 13:26:23.082  5077  5077 D XWalkLib: Init reserved class: class org.xwalk.core.XWalkPreferences
02-17 13:26:23.082  5077  5077 D XWalkLib: Call reserved method: public static void org.xwalk.core.internal.XWalkPreferencesBridge.setValue(java.lang.String,boolean)
02-17 13:26:23.082  5077  5077 D XWalkLib: Init reserved class: class org.xwalk.core.XWalkPreferences
02-17 13:26:23.082  5077  5077 D XWalkLib: Call reserved method: public static void org.xwalk.core.internal.XWalkPreferencesBridge.setValue(java.lang.String,boolean)
02-17 13:26:23.082  5077  5077 D XWalkLib: Init reserved object: class org.crosswalk.engine.XWalkCordovaView
02-17 13:26:23.082  5077  5077 D SecWifiDisplayUtil: Metadata value : none
02-17 13:26:23.092  5077  5150 W cr_media: Requires BLUETOOTH permission
02-17 13:26:23.112  5077  5077 E chromium: [ERROR:xwalk_platform_notification_service.cc(143)] Not implemented reached in virtual bool xwalk::XWalkPlatformNotificationService::GetDisplayedPersistentNotifications(content::BrowserContext*, std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*)
02-17 13:26:23.122  5077  5077 E chromium: [ERROR:xwalk_browser_context.cc(88)] Failed to read preference, error num: 0
02-17 13:26:23.122  5077  5077 D XWalkContent: CompositingSurfaceType is TextureView
02-17 13:26:23.152  5077  5077 W art     : Attempt to remove non-JNI local reference, dumping thread
02-17 13:26:23.202  5077  5077 D XWalkLib: Init reserved object: class org.crosswalk.engine.XWalkCordovaResourceClient
02-17 13:26:23.212  5077  5077 D XWalkLib: Call reserved method: public void org.xwalk.core.internal.XWalkViewBridge.setResourceClientSuper(org.xwalk.core.internal.XWalkResourceClientBridge)
02-17 13:26:23.212  5077  5077 D XWalkLib: Init reserved object: class org.crosswalk.engine.XWalkCordovaUiClient
02-17 13:26:23.212  5077  5077 D XWalkLib: Call reserved method: public void org.xwalk.core.internal.XWalkViewBridge.setUIClientSuper(org.xwalk.core.internal.XWalkUIClientBridge)
02-17 13:26:23.212  5077  5077 D XWalkLib: Call reserved method: public void org.xwalk.core.internal.XWalkViewBridge.setXWalkViewInternalVisibilitySuper(int)
02-17 13:26:23.212  5077  5077 D XWalkLib: Call reserved method: public void org.xwalk.core.internal.XWalkViewBridge.setSurfaceViewVisibilitySuper(int)
02-17 13:26:23.212  5077  5077 I XWalkWebViewEngine: Iterate assets/xwalk-extensions folder
02-17 13:26:23.262  5077  5144 W chromium: [WARNING:xwalk_external_extension.cc(58)] Error loading extension '/data/app/com.xxx.xxx-1/lib/arm/libxwalkdummy.so': couldn't get XW_Initialize function.
02-17 13:26:23.262  5077  5144 W chromium: [WARNING:xwalk_extension_server.cc(406)] Failed to initialize extension: /data/app/com.xxx.xxx-1/lib/arm/libxwalkdummy.so
02-17 13:26:23.262  5077  5144 W chromium: [WARNING:xwalk_external_extension.cc(58)] Error loading extension '/data/app/com.xxx.xxx-1/lib/arm/libxwalkcore.so': couldn't get XW_Initialize function.
02-17 13:26:23.262  5077  5144 W chromium: [WARNING:xwalk_extension_server.cc(406)] Failed to initialize extension: /data/app/com.xxx.xxx-1/lib/arm/libxwalkcore.so
02-17 13:26:23.272  5077  5144 W chromium: [WARNING:xwalk_external_extension.cc(58)] Error loading extension '/data/app/com.xxx.xxx-1/lib/arm/libtbxml.so': couldn't get XW_Initialize function.
02-17 13:26:23.272  5077  5144 W chromium: [WARNING:xwalk_extension_server.cc(406)] Failed to initialize extension: /data/app/com.xxx.xxx-1/lib/arm/libtbxml.so
02-17 13:26:23.282  5077  5077 I cr_Ime  : ImeThread is not enabled.
02-17 13:26:23.282  5077  5077 I Choreographer: Skipped 31 frames!  The application may be doing too much work on its main thread.
02-17 13:26:23.302  5077  5156 I chromium: [INFO:xwalk_extension_renderer_controller.cc(43)] EXTENSION PROCESS DISABLED.
02-17 13:26:23.312  5077  5077 D ConnectivityManager: requestNetwork; getAppId(CallingUid) : 10271, CallingPid : 5077
02-17 13:26:23.322  1673  3007 D ConnectivityService: listenForNetwork for Listen from uid/pid:10271/5077 for NetworkRequest [ id=80, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
02-17 13:26:23.342  5077  5077 I art     : Starting a blocking GC Explicit
02-17 13:26:23.352  5077  5163 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
02-17 13:26:23.372  5077  5163 W AudioCapabilities: Unsupported mime audio/mpeg-L1
02-17 13:26:23.372  5077  5163 W AudioCapabilities: Unsupported mime audio/mpeg-L2
02-17 13:26:23.372  5077  5163 W AudioCapabilities: Unsupported mime audio/x-ms-wma
02-17 13:26:23.372  5077  5163 W AudioCapabilities: Unsupported mime audio/x-ima
02-17 13:26:23.382  5077  5163 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
02-17 13:26:23.382  5077  5077 I art     : Explicit concurrent mark sweep GC freed 18120(1481KB) AllocSpace objects, 11(316KB) LOS objects, 39% free, 12MB/20MB, paused 2.211ms total 43.060ms
02-17 13:26:23.402  5077  5163 W AudioCapabilities: Unsupported mime audio/evrc
02-17 13:26:23.402  5077  5163 W AudioCapabilities: Unsupported mime audio/qcelp
02-17 13:26:23.402  5077  5163 W AudioCapabilities: Unsupported mime audio/qcelp
02-17 13:26:23.412  5077  5163 W AudioCapabilities: Unsupported mime audio/evrc
02-17 13:26:23.412  5077  5163 W VideoCapabilities: Unsupported mime video/wvc1
02-17 13:26:23.422  5077  5163 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-17 13:26:23.432  5077  5163 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
02-17 13:26:23.432  5077  5163 W VideoCapabilities: Unsupported mime video/wvc1
02-17 13:26:23.432  5077  5163 W VideoCapabilities: Unsupported mime video/x-ms-wmv
02-17 13:26:23.432  5077  5163 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
02-17 13:26:23.432  5077  5163 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
02-17 13:26:23.442  5077  5163 W VideoCapabilities: Unsupported mime video/mp43
02-17 13:26:23.462  5077  5163 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
02-17 13:26:23.492  5077  5163 W VideoCapabilities: Unsupported mime video/sorenson
02-17 13:26:23.502  5077  5163 D libGLESv2: DTS_GLAPI : DTS is not allowed for Package : com.xxx.xxx
02-17 13:26:23.542  5077  5077 W cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 5077
02-17 13:26:25.532  5077  5307 D IsTabletPlugin: Plugin execute called - uk.co.workingedge.phonegap.plugin.IsTablet@b88bafc
02-17 13:26:25.532  5077  5307 D IsTabletPlugin: Is NOT Tablet Device
02-17 13:26:25.642  5077  5307 I LaunchNavigator: pluginInitialize()
02-17 13:26:25.882  5077  5307 D IsTabletPlugin: Plugin execute called - uk.co.workingedge.phonegap.plugin.IsTablet@b88bafc
02-17 13:26:25.882  5077  5307 D IsTabletPlugin: Is NOT Tablet Device
02-17 13:26:25.912  5077  5077 W art     : Attempt to remove non-JNI local reference, dumping thread
02-17 13:27:52.312  1673  5013 D InputDispatcher: Focus left window: 5077
02-17 13:27:52.342  5077  5077 W com.facebook.appevents.internal.ActivityLifecycleTracker: Unexpected activity pause without a matching activity resume. Logging data may be incorrect. Make sure you call activateApp from your Application's onCreate method
02-17 13:27:52.342  5077  5077 W com.facebook.appevents.AppEventsLogger: deactivateApp events are being logged automatically. There's no need to call deactivateApp, this is safe to remove.
02-17 13:27:52.362  5077  5077 D ViewRootImpl: #3 mView = null
02-17 13:27:52.372  5077  5077 D ViewRootImpl: #3 mView = null
02-17 13:27:52.382  5077  5077 V ActivityThread: updateVisibility : ActivityRecord{19da173 token=android.os.BinderProxy@646a68f {com.xxx.xxx/com.xxx.xxx.MainActivity}} show : false
02-17 13:27:52.432  5077  5077 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@646a68f time:12865790
02-17 13:27:53.812  1673  4986 I ActivityManager: Killing 5077:com.xxx.xxx/u0a271 (adj 9): remove task
02-17 13:27:53.972  1673  4571 I WindowState: WIN DEATH: Window{cd30078 u0 d0 p5077 com.xxx.xxx/com.xxx.xxx.MainActivity}
02-17 13:27:53.972  1673  2806 D ActivityManager: cleanUpApplicationRecord -- 5077
02-17 13:27:53.972  1673  2806 D ActivityManager: removeProcessNameLocked mProcessNames.remove pid=5077 ,hash=97098286 ,name=com.xxx.xxx

Nothing appears in chrome dev-tools, I have also set the config.xml as explained in the 2.x doc.

Can you please tell which versions of your plugin and crosswalk you successfully made them works together ?

Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
sam2xcommented, Mar 21, 2018

I had differents problems @jtheiss ; Tried “hundred” things at the same time, not sure what make it works. Can just state you the following :

1- In the index.html, I had all my js “local” files loaded at the end of the “head” tag; In some way it may make the loading long and create some race condition with the cordova.js file, so I moved them to the end of the “body” tags and make sure none of them was bigger than 5Mb (sometimes you are tempted to put different js libs in only one file). There are some general discussions that support the benefits of loading js files at the end of body tag. 2- Check also your project.properties is not “messed-up” with differents/duplicates dependancies; The best way to clean it is to remove your cordova platform and add it agains ; 3- If point 1 and 2 doesnt work, try to remove google-maps and see if “your” app is loading correctly (and if ‘deviceready’ is fired). Try to add it again (using differents >=2.x versions).

Good luck

0reactions
jtheisscommented, Mar 21, 2018

@sam2x i face the same problem (even without crosswalk) in a sencha touch project - the device ready is not fired with any version > 2.1. all older versions including 2.1 work as expected.

can you give me any hint where your problem was? thanks in advance

Read more comments on GitHub >

github_iconTop Results From Across the Web

angular-google-maps 2.1.0 - NuGet Gallery
Google Maps for AngularJS is a set of directives which integrate Google Maps in AngularJS applications. There are no supported framework assets in...
Read more >
ANGULAR-GOOGLE-MAPS 2.1.0 CDN links - CDNPKG .com
Find out the best CDN to use with angular-google-maps 2.1.0 or use multiple CDN as fallback. ... Description, AngularJS directives for Google Maps....
Read more >
angular-google-maps 2.1.0 vulnerabilities | Snyk
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities (in both your packages & their dependencies) and provides ...
Read more >
angular-google-maps v2.4.1 - npm.io
This is a set of directives and services for AngularJS ~1.0.7+, ^1.2.2+ . Dependencies. Please always be checking the package.json and bower.json ...
Read more >
Google Maps with AngularJS - JSFiddle - Code Playground
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found