@enoram wrote:
Hi,
I’m new on ionic and I’ve some problem with cordova non-native plugin. After few long hours of search and reading I don’t find out how to use non-native plugin…When I use
import { SqlServer } from 'cordova-plugin-sqlserver'
It’s doesn’t works .
When I uses :
declare var SqlServer : any; [...] window.plugins.SqlServer.init(...);
and the other ways likes (window).SqlServer don’t works also…
The error is : Cannot read property ‘SqlServer’ of undefined
Can you help me to solve this, or to use a non-native plugin ? With all this days on this I’m limit to think that is the plugin who doesn’t works and not my ways to uses it.
thanks for the futur answers
Also I’m French so, sorry for the languages errors
I work with sublimText, and I emulate on my browser (google Chrome)
My ionic info :
Thanks
Posts: 1
Participants: 1