You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use the date picker from ionic, it gets stuck and in the console of xcode appear this message
also happen when trying to make the phone vibrate with the haptics plugin, i dont know if the error also happen with other plugins
⚡️ ------ STARTUP JS ERROR ------
⚡️ TypeError: win.Capacitor.isPluginAvailable is not a function. (In 'win.Capacitor.isPluginAvailable('Haptics')', 'win.Capacitor.isPluginAvailable' is undefined)
⚡️ URL: capacitor://localhost/common.js
⚡️ common.js:467:83
⚡️ [error] - {}
⚡️ See above for help with debugging blank-screen issues
Expected Behavior
The date picker should work without problems
Code Reproduction
Create basic app with ionic and capacitor
install haptics plugin
use ionic date picker
compile and run in ios
Other Technical Details
npm --version output:6.14.12
node --version output:v14.16.1
pod --version output (iOS issues only): 1.10.1
Additional Context
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 3.0.0
@capacitor/core: 3.0.0
@capacitor/android: 3.0.0
@capacitor/ios: 3.0.0
Installed Dependencies:
@capacitor/cli: 3.0.0
@capacitor/core: 3.0.0
@capacitor/android: 3.0.0
@capacitor/ios: 3.0.0
[success] iOS looking great! 👌
[success] Android looking great! 👌
Platform(s)
ios
Current Behavior
When i use the date picker from ionic, it gets stuck and in the console of xcode appear this message
also happen when trying to make the phone vibrate with the haptics plugin, i dont know if the error also happen with other plugins
⚡️ ------ STARTUP JS ERROR ------
⚡️ TypeError: win.Capacitor.isPluginAvailable is not a function. (In 'win.Capacitor.isPluginAvailable('Haptics')', 'win.Capacitor.isPluginAvailable' is undefined)
⚡️ URL: capacitor://localhost/common.js
⚡️ common.js:467:83
⚡️ [error] - {}
⚡️ See above for help with debugging blank-screen issues
Expected Behavior
The date picker should work without problems
Code Reproduction
Other Technical Details
npm --version
output:6.14.12node --version
output:v14.16.1pod --version
output (iOS issues only): 1.10.1Additional Context
The text was updated successfully, but these errors were encountered: