Norman Breau
Norman Breau
> viewport=cover Do you mean... ``` ``` [viewport meta](https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag) doesn't have a `viewport=cover` attribute, it isn't a standard attribute, but safari iOS implements `viewport-fit=cover` under the viewport meta tag, which...
This plugin is about to become deprecated, since this codebase was essentially imported into `cordova-ios` core since cordova-ios@6.. Is this reproducible on the latest version of cordova-ios without this plugin?...
> This plugin should not be used with cordova-iOS > 6, right? Correct, cordova-ios@6 implements the WKWebView itself as required by Apple's policies. White page usually signals a javascript exception...
> @breautek Thanks for your reply. > In the emulator there is no error so I see no log in the Safari Web Inspector. > Is the inspector also accessible...
This plugin is going to be formally deprecated soon, which an update will contain text similar to this.
You should not delete the bug template and instead fill it out properly as it gives us necessary information about your environment to help you. Based on your description however,...
Cordova doesn't supply a `favicon.ico` by default. Are you providing one in your `www/` folder? Note that I don't think the favicon is actually used because you don't have any...
If the logcat message bothers you, it would be better to simply supply a `favicon.ico` file. The suggested code would break actual `favicon.ico` from working properly. Afaik the favicon.ico isn't...
> Random thoughts: Doesn't Harmony OS run Android Apps? What does a new platform offer over using the Android platform? Not 100% sure but I believe Harmony OS is a...
My best advice on this is to probably build a new cordova platform for harmony. I think it will likely be difficult to support both android and harmony without causing...