-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnect function not available #314
Comments
@don please reply on this issue |
This is a duplicate of #293. The TypeScript bindings are part of Ionic native not this plugin. It looks like Maybe you have an older version of Ionic? I just tested with Ionic 3.4.0 and it looks OK. Try this
Open src/pages/home/home.ts in your editor and import BluetoothSerial, add to the constructor, then call disconnect.
Ensure everything compiles without errors
|
Hey @don thanks for reply my issue is fixed now |
Property disconnect does not exist on type 'Typeof BlutoothSerial'
The text was updated successfully, but these errors were encountered: