-
Notifications
You must be signed in to change notification settings - Fork 54
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
Work with native app? #1
Comments
not yet. To make it work with native social sdk you'll have to login using the social sdk then send the access token to the server to save it etc... I'll try something out for facebook in the weeks to come. But I kind of dislike this way of login in which is client side oriented rather than server side oriented. |
great work....thanks. |
Hey @martingg88 have you tested it on a iOS device or android ? Just upgraded to the new iOS 8.0 on my iphone 4s it seems a few things are broken. Can you let me know ? Android should work fine. |
not yet... I tot wana integrate this to my project once the native login is ready... |
@martingg88 never mind it had something to do with cordova 3.5.0 inAppbrowser was broken, you'll need to update to 3.6.0 for the whole thing to work. Hmmm for the native login this is not high priority for me right now so you might wait a while :) However if you're able to get it done before I do let me know I'll merge your code in |
sure..thanks |
It looks great. Can you test this in laptop? I just opened index.html in browser. It always show the message, 'Loading...' with those messages in console. XMLHttpRequest can not load.... I am newbie in scripts... sorry |
Hey @chegoon , can you describe the error you're seing ? It should work just fine on your localhost. I'm assuming here you've used something like nginx or xampp to run a local server and have opened index.html on this server, did you ? Or did you just clone the repo and opened the index.html file in which case it won't work |
@martingg88 any progress with native ? |
no..i'm give up the Hybrid app development due to the performance issue. I'm doing native app development for android now.. |
@malikov thanks for notify and sorry for late response. As you told me in the reply, I didn't code 'ionic serve' and just clicked index.html. It worked in the mobile. Thanks |
@martingg88 :) mind sharing your native solution for native android in a repo... |
@malikov... i haven't reach the phase. let you know once I have finished it. do you have skype..maybe we can keep a contact there. |
does it work with native social app (etc: facebook) instead of inappbrowser?
The text was updated successfully, but these errors were encountered: