Manuel Beck

Results 23 issues of Manuel Beck

When I'm following the documentation for all day events: > Creating an all day event: > > // set the startdate to midnight and set the enddate to midnight the...

# Bug Report If I try to resolve something like `http://localhost:8000/index.html` i get an `ENCODING_ERR` because of these lines: https://github.com/apache/cordova-plugin-file/blob/3e588763a5e49ea441a996bf4139efdf6f6a5f11/www/resolveLocalFileSystemURI.js#L55-L62 When i disable this code like i did here https://github.com/GitToTheHub/cordova-plugin-file/pull/1,...

Hi, I want to run my App in a browser (Chrome), but have problems with accessing the files in the same way as on android or ios. For example, i...

bug
help wanted

Hi, does this API supports Promises, so that i can do `resolveLocalFileSystemURL(url).then(...)` or must i wrap every api call in Promises? Thanks for responding!

enhancement

In the documentation of "Customize Icons", the iOS-section should be appended with the following entries: ``` ``` It should be noted, that the iTunesArtwork-Icon cannot have a alpha-channel. If you...

Hi, is it possible to only add one image for portrait and another one for landscape for Android? I tried `` and `` but then it's not showing the splash...

enhancement
platform: android

# Bug Report When i remove the Plugin or disable Splashscreen via `` and don't add Splash images via the splash-tags, then default cordova images are copied in my Android...

platform: android

### Steps to reproduce I made an update from Rails 7.1.2 to 7.1.3 by changing the rails version number to 7.1.3 in the gemfile and running `bundle update`. After that...

railties

### Steps to reproduce When I'm doing `model.relations.update_all({})` it raises an exception: `ArgumentError: Empty list of attributes to change` but when I do `model.update({})` there is no exception and it...

# Bug Report ## Problem When i switch the cordova version for an article, the startpage of the docs are shown. ### What is expected to happen? I should stay...

bug