Hi, I’m looking for how to use OAuth2 in hybrid.
I used passport in web of node.js, but in the case of hybrid I could not.
After login, I’d like to use user profile.
Is there any plugin?
wann2
@wann2
Posts made by wann2
-
How to use OAuth2 in hybrid
-
RE: I wonder if free user can not use cordova-plugin-googlemaps
Thanks a lot. I’ll upgrade not so long as you recommend.
-
I wonder if free user can not use cordova-plugin-googlemaps
I’ve been trying to use cordova-plugin-googlemaps via Visual studio or monaca IDE.
I referenced all the source code through https://github.com/mapsplugin/cordova-plugin-googlemaps
but when i execute it, “Uncaught ReferenceError: plugin is not defined” error message happens.
At the moment I am a free user and a tester.
I wonder if a free user can not use cordova-plugin-googlemaps. -
Error: This certificate is not a valid format in iOS
I’d like to debugger an iOS app through Visual Studio or Monaca IDE in windows10.
I opened “iOS Build Settings”.
And then I created “Private Key and CSR” according to the following site.
https://docs.monaca.io/en/manual/build/ios/build_ios/#register-dev-devicebut when I upload the exported CSR file(csr.certSigningRequest) to “Developer Certificate” section,
“Error: This certificate is not a valid format” alert dialog opens.How can I go further to build?
-
How to configure iOS App on dashboard?
I’d like to make a iOS App.
To configure iOS App in Monaca according to https://docs.monaca.io/en/manual/build/ios/build_ios/
how can I reach to “Config ‣ iOS App Settings” as described in the upper written site?
I’ve logged in https://monaca.mobi/en/dashboard
But there is no Config menu there. -
RE: How to add Comma separated Thousands to Number Input?
Wonderful! It works. Thanks a lot.
-
RE: How to add Comma separated Thousands to Number Input?
@munsterlander said:
.toLocaleString()
Thanks a lot for information. It is helpful.
May I ask you one more thing?
I’d like to implement the comma separated thousands when I input numbers inside INPUT tag or after input numbers.
In web, i used keyup or blur event, but in hybrid it doesn;t work. -
How to add Comma separated Thousands to Number Input?
I’d like to add comma separated thousands to number input tag in hybrid app.
How can i implement it?