CoooWeee
CoooWeee
Same here (I am using "leaflet": "^1.7.1"). I think it is related to the `L.DomUtil.setPosition(this._canvas, topLeft);` in: ``` _onLayerDidMove: function () { var topLeft = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, topLeft); this.drawLayer();...
I also get: **_Menu: must have a "content" element to listen for drag events on._** Using: ``` "@ionic/angular": "^6.2.9", "@angular/common": "^14.2.4", "@angular/core": "^14.2.4", "@angular/forms": "^14.2.4", "@angular/platform-browser": "^14.2.4", "@angular/platform-browser-dynamic": "^14.2.4", "@angular/router":...
I just created the folder "./data/config" which solved it for me. I would suggest adding the empty folder to the repo.
I maybe have the same issue. I am using ionic with capacitor. After installing the plug-in the sources files do not get encrypted. "@ionic-native/core": "^5.36.0", "@capacitor/app": "^1.0.5", "@capacitor/core": "^3.2.5",
Hi Guys, thanks too. It also fixed it for me. @dabaaaz If I "swipe" my app (close complete). My notification disappears (if stopOnTerminate: true). Cheers
@shiv19 Builds fine without `android:requestLegacyExternalStorage="true"`. However, if I run `tns build run android` is restores the _AndroidManifest.xml_.
@Furtivo360 Thanks, that was what I needed
Same her: ``` "@ionic-native/file-path": "^5.30.0", "cordova-plugin-filepath": "^1.5.8", "@ionic-native/core": "^5.30.0", ``` on real devices: pixel 2 and pixel 3 with Android 11. I think it is related to the filetype (I...
I did same as @Houdhey said but it did not work for all files (for example CSV not working for me). I use: > buildToolsVersion '30.0.3' > compileSdkVersion = 29...
I think the mime support is not really working. For me '*/*' works but as soon as I use for example "text/csv" all files including *.csv are greyed out.