Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setSymbolIconAllowOverlap - not working on Android #437

Closed
jlukas99 opened this issue Oct 22, 2020 · 5 comments
Closed

setSymbolIconAllowOverlap - not working on Android #437

jlukas99 opened this issue Oct 22, 2020 · 5 comments
Labels
android bug Something isn't working stale

Comments

@jlukas99
Copy link

jlukas99 commented Oct 22, 2020

i have a problem, setSymbolIconAllowOverlap working great on iOS but not working on Android :/

Android
IMG_2123 2

iOS
IMG_2145

MapboxMap(
                initialCameraPosition: CameraPosition(
                  target: LatLng(50.5743, 19.2661),
                ),
                logoViewMargins: Point(ScreenSize.widthPercent(9), 0),
                attributionButtonMargins: Point(-ScreenSize.widthPercent(9), 0),
                myLocationEnabled: true,
                myLocationTrackingMode: MyLocationTrackingMode.None,
                accessToken: "HIDDEN",
                styleString: "assets/styles/style.json",
                minMaxZoomPreference: MinMaxZoomPreference(4.5, 18),
                onStyleLoadedCallback: () async {

                  await Providers.mainMenuMapProvider(listen: false)
                      .getMapController
                      .moveCamera(
                        CameraUpdate.newCameraPosition(
                          CameraPosition(
                            target: LatLng(50.5743, 19.2661),
                            zoom: 4.5,
                          ),
                        ),
                      );

                  await Providers.mainMenuMapProvider(listen: false).init();

                  Providers.mainMenuMapProvider(listen: false)
                      .getMapController
                      .onSymbolTapped
                      .add((argument) async {
                    Providers.mainMenuMapProvider(listen: false)
                        .getScrollController
                        .jumpToIndex(
                          argument.data['id'],
                        );

                    await Providers.mainMenuMapProvider(listen: false)
                        .getMapController
                        .moveCamera(
                          CameraUpdate.newCameraPosition(
                            CameraPosition(
                              target: argument.options.geometry,
                              zoom: 18,
                            ),
                          ),
                        );
                  });

                  Providers.mainMenuMapProvider(listen: false).setStyleLoaded =
                      true;
                },
                tiltGesturesEnabled: false,
                trackCameraPosition: true,
                onCameraIdle: () {
                  try {
                    print(Providers.mainMenuMapProvider(listen: false)
                        .getMapController
                        .cameraPosition
                        .zoom);
                    if (Providers.mainMenuMapProvider(listen: false)
                            .getMapController
                            .cameraPosition
                            .zoom >
                        8) {
                      Providers.mainMenuMapProvider(listen: false)
                          .getMapController
                          .setSymbolIconAllowOverlap(true);
                    } else {
                      Providers.mainMenuMapProvider(listen: false)
                          .getMapController
                          .setSymbolIconAllowOverlap(false);
                    }
                  } catch (e) {
                    print(e);
                  }
                },
                onMapCreated: (m) async {
                  Providers.mainMenuMapProvider(listen: false)
                      .setMapController = m;

                  m.setSymbolIconAllowOverlap(false);
                  m.setSymbolTextAllowOverlap(false);
                  m.setSymbolTextIgnorePlacement(false);
                  m.setSymbolTextIgnorePlacement(false);

                  if (Platform.isIOS) {
                    m.onStyleLoadedCallback.call();
                  }
                },
              ),`


**LOGI**
`Connecting to VM Service at ws://127.0.0.1:52188/wEYKngYwF2k=/ws
[Easy Localization] Start
[Easy Localization] Init state
[Easy Localization] Build
[Easy Localization] Device locale pl_PL
[Easy Localization] Init Localization Delegate
[Easy Localization] Init provider
[Easy Localization] Load Localization Delegate
I/flutter (16106): CHANGE STATUS
I/flutter (16106): CHANGE STATUS
W/DynamiteModule(16106): Local module descriptor class for providerinstaller not found.
I/DynamiteModule(16106): Considering local module providerinstaller:0 and remote module providerinstaller:0
W/ProviderInstaller(16106): Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
W/studio.beeloya(16106): Unknown chunk type '200'.
D/ConnectivityManager(16106): requestNetwork; CallingUid : 10244, CallingPid : 16106, PackageName : com.idappstudio.beeloyal
I/studio.beeloya(16106): The ClassLoaderContext is a special shared library.
V/NativeCrypto(16106): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 288 native methods...
W/studio.beeloya(16106): Accessing hidden method Ljava/security/spec/ECParameterSpec;->getCurveName()Ljava/lang/String; (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
I/ProviderInstaller(16106): Installed default security provider GmsCore_OpenSSL
D/ConnectivityManager(16106): requestNetwork; CallingUid : 10244, CallingPid : 16106, PackageName : com.idappstudio.beeloyal
D/NetworkManagementSocketTagger(16106): tagSocket(123) with statsTag=0xffffffff, statsUid=-1
W/studio.beeloya(16106): Accessing hidden field Ljava/net/Socket;->impl:Ljava/net/SocketImpl; (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (light greylist, linking)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (light greylist, linking)
W/studio.beeloya(16106): Accessing hidden field Ljava/io/FileDescriptor;->descriptor:I (light greylist, JNI)
W/studio.beeloya(16106): Accessing hidden method Ljava/security/spec/ECParameterSpec;->setCurveName(Ljava/lang/String;)V (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/BlockGuard;->getThreadPolicy()Ldalvik/system/BlockGuard$Policy; (light greylist, linking)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/BlockGuard$Policy;->onNetwork()V (light greylist, linking)
D/ViewRootImpl@cf7c630[MainActivity](16106): Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={true 3613988864} changed=false
I/        (16106): Increase max job count 40
I/System.out(16106): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(16106): (HTTPLog)-Static: isSBSettingEnabled false
D/NetworkManagementSocketTagger(16106): tagSocket(100) with statsTag=0xffffffff, statsUid=-1
I/flutter (16106): UPDATE USER DATA!
I/flutter (16106): SUBSCRIBE
I/studio.beeloya(16106): Background concurrent copying GC freed 44022(2MB) AllocSpace objects, 23(796KB) LOS objects, 49% free, 3MB/7MB, paused 664us total 142.462ms
D/ViewRootImpl@cf7c630[MainActivity](16106): MSG_WINDOW_FOCUS_CHANGED 0 1
D/InputMethodManager(16106): prepareNavigationBarInfo() DecorView@d0232a9[MainActivity]
D/InputMethodManager(16106): getNavigationBarColor() -14715044
D/ViewRootImpl@cf7c630[MainActivity](16106): MSG_WINDOW_FOCUS_CHANGED 1 1
D/InputMethodManager(16106): prepareNavigationBarInfo() DecorView@d0232a9[MainActivity]
D/InputMethodManager(16106): getNavigationBarColor() -14715044
D/ViewRootImpl@cf7c630[MainActivity](16106): stopped(false) old=false
D/ViewRootImpl@cf7c630[MainActivity](16106): Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={true 3613988864} changed=false
I/studio.beeloya(16106): Background concurrent copying GC freed 57164(2MB) AllocSpace objects, 14(472KB) LOS objects, 49% free, 5MB/10MB, paused 313us total 176.413ms
I/flutter (16106): LOKALIZACJA POBRANA
D/ViewRootImpl@cf7c630[MainActivity](16106): ViewPostIme pointer 0
D/ViewRootImpl@cf7c630[MainActivity](16106): ViewPostIme pointer 1
D/Dialog  (16106): mIsSamsungBasicInteraction = false
D/Dialog  (16106): mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
E/MapboxMapBuilder(16106): setCameraTargetBounds is supported only after map initiated.
W/CrashReporter(16106): Root directory doesn't exist
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden field Lsun/misc/Unsafe;->theUnsafe:Lsun/misc/Unsafe; (light greylist, reflection)
I/DecorView(16106): mWindow.mActivityCurrentConfig is null.
I/MultiWindowDecorSupport(16106): updateCaptionType >> com.android.internal.policy.MultiWindowDecorSupport@8ee9f97, isFloating: false, isApplication: false, hasWindowDecorCaption: false, hasWindowControllerCallback: false
D/MultiWindowDecorSupport(16106): setCaptionType = 0
D/InputTransport(16106): Input channel constructed: fd=166
D/ViewRootImpl@538a769[MainActivity](16106): setView = DecorView@2ccb308[MainActivity] TM=true MM=false
D/NetworkManagementSocketTagger(16106): tagSocket(162) with statsTag=0xffffffff, statsUid=-1
V/Mbgl-ConnectivityReceiver(16106): connected - true
V/InputMethodManager(16106): Not IME target window, ignoring
D/ViewRootImpl@538a769[MainActivity](16106): Relayout returned: old=[0,0][1080,1336] new=[0,0][1080,1336] result=0x7 surface={true 3347775488} changed=true
D/mali_winsys(16106): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000,  [1080x1336]-format:1
D/OpenGLRenderer(16106): eglCreateWindowSurface = 0xd71702e0, 0xc78b0008
D/ViewRootImpl@538a769[MainActivity](16106): MSG_RESIZED: frame=[0,0][1080,1336] ci=[0,0][0,0] vi=[0,0][0,0] or=1
I/Mbgl-EGLConfigChooser(16106): In emulator: false
D/mali_winsys(16106): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000,  [1080x1336]-format:2
I/Mbgl    (16106): {Thread-7}[General]: GPU Identifier: Mali-T830
D/SensorManager(16106): registerListener :: 1936879478, Samsung Rotation Vector Sensor, 100000, 0,
I/flutter (16106): STYLE LOADED
W/LocationUpdateReceiver(16106): LocationEngineResult == null
I/studio.beeloya(16106): Background concurrent copying GC freed 119733(4MB) AllocSpace objects, 29(3MB) LOS objects, 49% free, 5MB/11MB, paused 408us total 224.824ms
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/8/7.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/8/8.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/9/7.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/9/8.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled

`
@m0nac0 m0nac0 added bug Something isn't working android labels Nov 2, 2020
@DmitriyYakovlev
Copy link

i have a problem, setSymbolIconAllowOverlap working great on iOS but not working on Android :/

Android
IMG_2123 2

iOS
IMG_2145

MapboxMap(
                initialCameraPosition: CameraPosition(
                  target: LatLng(50.5743, 19.2661),
                ),
                logoViewMargins: Point(ScreenSize.widthPercent(9), 0),
                attributionButtonMargins: Point(-ScreenSize.widthPercent(9), 0),
                myLocationEnabled: true,
                myLocationTrackingMode: MyLocationTrackingMode.None,
                accessToken: "HIDDEN",
                styleString: "assets/styles/style.json",
                minMaxZoomPreference: MinMaxZoomPreference(4.5, 18),
                onStyleLoadedCallback: () async {

                  await Providers.mainMenuMapProvider(listen: false)
                      .getMapController
                      .moveCamera(
                        CameraUpdate.newCameraPosition(
                          CameraPosition(
                            target: LatLng(50.5743, 19.2661),
                            zoom: 4.5,
                          ),
                        ),
                      );

                  await Providers.mainMenuMapProvider(listen: false).init();

                  Providers.mainMenuMapProvider(listen: false)
                      .getMapController
                      .onSymbolTapped
                      .add((argument) async {
                    Providers.mainMenuMapProvider(listen: false)
                        .getScrollController
                        .jumpToIndex(
                          argument.data['id'],
                        );

                    await Providers.mainMenuMapProvider(listen: false)
                        .getMapController
                        .moveCamera(
                          CameraUpdate.newCameraPosition(
                            CameraPosition(
                              target: argument.options.geometry,
                              zoom: 18,
                            ),
                          ),
                        );
                  });

                  Providers.mainMenuMapProvider(listen: false).setStyleLoaded =
                      true;
                },
                tiltGesturesEnabled: false,
                trackCameraPosition: true,
                onCameraIdle: () {
                  try {
                    print(Providers.mainMenuMapProvider(listen: false)
                        .getMapController
                        .cameraPosition
                        .zoom);
                    if (Providers.mainMenuMapProvider(listen: false)
                            .getMapController
                            .cameraPosition
                            .zoom >
                        8) {
                      Providers.mainMenuMapProvider(listen: false)
                          .getMapController
                          .setSymbolIconAllowOverlap(true);
                    } else {
                      Providers.mainMenuMapProvider(listen: false)
                          .getMapController
                          .setSymbolIconAllowOverlap(false);
                    }
                  } catch (e) {
                    print(e);
                  }
                },
                onMapCreated: (m) async {
                  Providers.mainMenuMapProvider(listen: false)
                      .setMapController = m;

                  m.setSymbolIconAllowOverlap(false);
                  m.setSymbolTextAllowOverlap(false);
                  m.setSymbolTextIgnorePlacement(false);
                  m.setSymbolTextIgnorePlacement(false);

                  if (Platform.isIOS) {
                    m.onStyleLoadedCallback.call();
                  }
                },
              ),`


**LOGI**
`Connecting to VM Service at ws://127.0.0.1:52188/wEYKngYwF2k=/ws
[Easy Localization] Start
[Easy Localization] Init state
[Easy Localization] Build
[Easy Localization] Device locale pl_PL
[Easy Localization] Init Localization Delegate
[Easy Localization] Init provider
[Easy Localization] Load Localization Delegate
I/flutter (16106): CHANGE STATUS
I/flutter (16106): CHANGE STATUS
W/DynamiteModule(16106): Local module descriptor class for providerinstaller not found.
I/DynamiteModule(16106): Considering local module providerinstaller:0 and remote module providerinstaller:0
W/ProviderInstaller(16106): Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
W/studio.beeloya(16106): Unknown chunk type '200'.
D/ConnectivityManager(16106): requestNetwork; CallingUid : 10244, CallingPid : 16106, PackageName : com.idappstudio.beeloyal
I/studio.beeloya(16106): The ClassLoaderContext is a special shared library.
V/NativeCrypto(16106): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 288 native methods...
W/studio.beeloya(16106): Accessing hidden method Ljava/security/spec/ECParameterSpec;->getCurveName()Ljava/lang/String; (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
I/ProviderInstaller(16106): Installed default security provider GmsCore_OpenSSL
D/ConnectivityManager(16106): requestNetwork; CallingUid : 10244, CallingPid : 16106, PackageName : com.idappstudio.beeloyal
D/NetworkManagementSocketTagger(16106): tagSocket(123) with statsTag=0xffffffff, statsUid=-1
W/studio.beeloya(16106): Accessing hidden field Ljava/net/Socket;->impl:Ljava/net/SocketImpl; (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (light greylist, linking)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (light greylist, linking)
W/studio.beeloya(16106): Accessing hidden field Ljava/io/FileDescriptor;->descriptor:I (light greylist, JNI)
W/studio.beeloya(16106): Accessing hidden method Ljava/security/spec/ECParameterSpec;->setCurveName(Ljava/lang/String;)V (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/BlockGuard;->getThreadPolicy()Ldalvik/system/BlockGuard$Policy; (light greylist, linking)
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/BlockGuard$Policy;->onNetwork()V (light greylist, linking)
D/ViewRootImpl@cf7c630[MainActivity](16106): Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={true 3613988864} changed=false
I/        (16106): Increase max job count 40
I/System.out(16106): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out(16106): (HTTPLog)-Static: isSBSettingEnabled false
D/NetworkManagementSocketTagger(16106): tagSocket(100) with statsTag=0xffffffff, statsUid=-1
I/flutter (16106): UPDATE USER DATA!
I/flutter (16106): SUBSCRIBE
I/studio.beeloya(16106): Background concurrent copying GC freed 44022(2MB) AllocSpace objects, 23(796KB) LOS objects, 49% free, 3MB/7MB, paused 664us total 142.462ms
D/ViewRootImpl@cf7c630[MainActivity](16106): MSG_WINDOW_FOCUS_CHANGED 0 1
D/InputMethodManager(16106): prepareNavigationBarInfo() DecorView@d0232a9[MainActivity]
D/InputMethodManager(16106): getNavigationBarColor() -14715044
D/ViewRootImpl@cf7c630[MainActivity](16106): MSG_WINDOW_FOCUS_CHANGED 1 1
D/InputMethodManager(16106): prepareNavigationBarInfo() DecorView@d0232a9[MainActivity]
D/InputMethodManager(16106): getNavigationBarColor() -14715044
D/ViewRootImpl@cf7c630[MainActivity](16106): stopped(false) old=false
D/ViewRootImpl@cf7c630[MainActivity](16106): Relayout returned: old=[0,0][1080,1920] new=[0,0][1080,1920] result=0x1 surface={true 3613988864} changed=false
I/studio.beeloya(16106): Background concurrent copying GC freed 57164(2MB) AllocSpace objects, 14(472KB) LOS objects, 49% free, 5MB/10MB, paused 313us total 176.413ms
I/flutter (16106): LOKALIZACJA POBRANA
D/ViewRootImpl@cf7c630[MainActivity](16106): ViewPostIme pointer 0
D/ViewRootImpl@cf7c630[MainActivity](16106): ViewPostIme pointer 1
D/Dialog  (16106): mIsSamsungBasicInteraction = false
D/Dialog  (16106): mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
E/MapboxMapBuilder(16106): setCameraTargetBounds is supported only after map initiated.
W/CrashReporter(16106): Root directory doesn't exist
W/studio.beeloya(16106): Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (light greylist, reflection)
W/studio.beeloya(16106): Accessing hidden field Lsun/misc/Unsafe;->theUnsafe:Lsun/misc/Unsafe; (light greylist, reflection)
I/DecorView(16106): mWindow.mActivityCurrentConfig is null.
I/MultiWindowDecorSupport(16106): updateCaptionType >> com.android.internal.policy.MultiWindowDecorSupport@8ee9f97, isFloating: false, isApplication: false, hasWindowDecorCaption: false, hasWindowControllerCallback: false
D/MultiWindowDecorSupport(16106): setCaptionType = 0
D/InputTransport(16106): Input channel constructed: fd=166
D/ViewRootImpl@538a769[MainActivity](16106): setView = DecorView@2ccb308[MainActivity] TM=true MM=false
D/NetworkManagementSocketTagger(16106): tagSocket(162) with statsTag=0xffffffff, statsUid=-1
V/Mbgl-ConnectivityReceiver(16106): connected - true
V/InputMethodManager(16106): Not IME target window, ignoring
D/ViewRootImpl@538a769[MainActivity](16106): Relayout returned: old=[0,0][1080,1336] new=[0,0][1080,1336] result=0x7 surface={true 3347775488} changed=true
D/mali_winsys(16106): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000,  [1080x1336]-format:1
D/OpenGLRenderer(16106): eglCreateWindowSurface = 0xd71702e0, 0xc78b0008
D/ViewRootImpl@538a769[MainActivity](16106): MSG_RESIZED: frame=[0,0][1080,1336] ci=[0,0][0,0] vi=[0,0][0,0] or=1
I/Mbgl-EGLConfigChooser(16106): In emulator: false
D/mali_winsys(16106): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000,  [1080x1336]-format:2
I/Mbgl    (16106): {Thread-7}[General]: GPU Identifier: Mali-T830
D/SensorManager(16106): registerListener :: 1936879478, Samsung Rotation Vector Sensor, 100000, 0,
I/flutter (16106): STYLE LOADED
W/LocationUpdateReceiver(16106): LocationEngineResult == null
I/studio.beeloya(16106): Background concurrent copying GC freed 119733(4MB) AllocSpace objects, 29(3MB) LOS objects, 49% free, 5MB/11MB, paused 408us total 224.824ms
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/8/7.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/8/8.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/9/7.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
D/Mbgl-HttpRequest(16106): [HTTP] Cancel request https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/4/9/8.vector.pbf?access_token=sk.eyJ1IjoiajBobmx1azRzIiwiYSI6ImNrZ2t6ZjNkdjA1ZnMycXJ4c3kxYzdxangifQ.CZAi3LUNL6fE8YjhWbjqhg&sku=100kgm2gq1s3f6dc5049e43494f93f1157cdc502f7a
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled
W/Mbgl-HttpRequest(16106): Request failed due to a permanent error: Canceled

`

do you know any solutions for this?

@raphaelvigee
Copy link

Indeed, this is not working on Android

@Oct7
Copy link

Oct7 commented Jan 11, 2022

still not working on Android

@stale
Copy link

stale bot commented Mar 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 12, 2022
@stale stale bot closed this as completed Mar 19, 2022
@felix-ht
Copy link
Collaborator

fixed by #779

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

6 participants