Norman Breau
Norman Breau
Custom browsers aren't allowed on iOS. Apps must use the webviews provided by the iOS SDK. Chrome for iOS for example is not Chromium, but just the standard ios webview...
> I am curious why browsers, such as chrome, would be allowed when they violate at least # 3, 4, 5, and 6 for sure? (eg. I can go to...
Do you think this is something we (eventually) want to support...?
Do you think that adding a new section in this [table](https://cordova.apache.org/docs/en/latest/guide/support/index.html) listing broad overview of webview features would be a good idea? We can probably list things such as: -...
> Ping @breautek any chance you want to "re-visit" this PR? :) Want to... yes Will have I the time to... that might be a different story... Is this potentially...
Closing as stale.
Thank you @chriskhongqarma I'm looking forward in seeing that PR. I wonder if it's something easily replicatable to the file plugin and the camera plugin?
Cordova does not support API 30 yet. > I am using the flag android:requestLegacyExternalStorage="true" This flag only works on API 29, it's ignored on API >= 30. Therefore for the...
If you're seeing `://` as the title, it's likely because you're calling on the browser's implementation of geolocation rather than the cordova plugins implementation. This can occur when you have...
> Here with: > > ``` > cordova 10.0.0 > cordova-ios 5.1.1 > cordova-android 8.0.0 > ``` > > We had a similar issue with all newer versions of this...