Joel

Results 18 issues of Joel

provide support of local push notifications upon enter/exit location while app is shutdown/in background. Regards, Joel

enhancement
platform/ios
platform/android

**Expected behavior and actual behavior** when enabling debug notifications i expect to receive notifications but do not and in xcode i get ```-[UIApplication presentLocalNotificationNow:] must be used from main thread...

bug

selecting a date input while the keyboard is up, such as during a form with text and date inputs, closes the keyboard but keeps the web view pushed up. Closing...

As per @mlynch's feedback to #492 , I have implemented a hook to whitelist iframe requests, so that other people can create their own implementation without implicitly allowing all subframe...

Feature Request allow whitelisting iframe to display in ios, without breaking external links Motivation Behind Feature right now by allowing navigation to all domains, any link with take over the...

Building with the CLI: `cordova build ios --device --codeSignIdentity="iPhone Developer" --provisioningProfile="NAME" --developmentTeam="TEAMID"` after upgrading to cordova-ios 5.0.0, the following error occurs: ``` note: Using new build system note: Planning build...

version: 5.0.0

in iOS 13.6.0 you are able to change the "Text Size" of apps under "Settings"->"Display & Brightness"->"Text Size", however this not honoured in Cordova apps. This is honoured in Android...

## Feature Request ### Plugin Push Plugin ### Description in cordova, the [phonegap-push-plugin](https://github.com/phonegap/phonegap-plugin-push) and later supported [cordova-push-plugin](https://github.com/havesource/cordova-plugin-push) have functionality for data payload notifications and coldstart parameter for actions when app...

platform: android
platform: ios
plugin: push notifications
type: feature request

# Feature Request allow whitelisting iframe to display in ios, without breaking external links ## Motivation Behind Feature right now by allowing navigation to all domains, any link with take...

Finding a contact by phoneNumbers will not return the contact unless filter string is identical to contact phone number: Example: filter: '049999111' **will** return contact with phone number '0499991111' however...

support
platform: ios