felixkrautschuk
felixkrautschuk
### Issue Description When upgrading to @nativescript/core 8.2.5 (or even 8.3.0), we notice that there is an issue when using an HtmlView inside a Tabs component (@nativescript-community/ui-material-tabs). - The layout...
### Issue Description When upgrading @nativescript/core from 8.1.5 to latest 8.2.1 (or 8.2.0), I notice that images inside ListView/RadListView are disappearing after scrolling when using base64 ImageSources on iOS. They...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
When defining those map-settings within XML, the App shows just the default map pointing to Africa (latitude 0, longitude zero, zoom 3). My environment: - @nativescript/core 6.3.2 - nativescript-google-maps-sdk: 2.9.1...
When scheduling a local notification like this: ``` LocalNotifications.schedule( [{ id: 1, title: 'Title', body: 'This is a message', forceShowWhenInForeground: true, customData: { idStory: "1234", titleStory: "This is the title"...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
### If the demo apps cannot help and there is no issue for your problem, tell us about it Please, ensure your title is less than 63 characters long and...
Fixed webpack.config.js to be able to load local styles (like OSM-map-style.json) on Android and iOS in the demo app. In addition, I was not able to load local style files...
Actually this is more a question than a mistake in the plugin. I try to implement a method restrictPanArea like it is explained here: https://docs.mapbox.com/ios/maps/examples/constraining-gestures/ For doing that, I need...