GitKit Sign In Button not Working on mobile browsers - mobile

I have recently delved into using the Google Identity toolkit. The sign in flow works perfectly and as expected on chrome and firefox desktop browsers but does not work when trying it on mobile browsers. Any help would be appreciated as i am stuck.
The site in question is http://××××××.lemzdelivery.com

This question was answered on the Identity Toolkit forum.

Related

Building a mobille phone app with webview

I am willing to write a very simple mobile phone app (Android and iPhone). It is so generic that it should already exists. Only 2 pages : one for choosing the URL of the server and one with only webview. It already works in a browser. I looked at tools for this purpose (Android studio and Ionics) but they are quite difficult to start with. Any hint to get this done quickly ?
Thanks in advance.
You can do it with a simple ionic app and the in-app-browser plugin:
https://ionicframework.com/docs/angular/your-first-app
https://ionicframework.com/docs/native/in-app-browser

Is Angular JS based hybrid app support windows?

I am working on cordova based cross platform mobile App project which needs to be done using MVC Based framework and able to work on each windows device like windows phones & tablets. So i selected Angular + ionic + cordova.
I tried so many examples to test that windows platform will work with Angular JS or not and every time I install app on windows device, application was crashed each and every time. Those apps are working perfectly on android and ios devices.
I have gone through so many tutorials and blogs for this question, but I didn't find any satisfactory answer. Is there anyway to achieve windows support in angular + ionic?
I tried using "shim" way and also created project through visual studio, but still result is same.
Is there anyone can help me to find answer?
Thanks for help.

Can you use the Ionic framework to build Mac apps?

The title pretty much says it all. I was asked this question today and really didn't know the answer.
Ionic is not intended to build desktop, or even desktop browser based applications.
From the official docs :
Ionic is focused on building native/hybrid mobile apps rather than
mobile websites.
As such, our browser support tends to be whatever Web View API is
available to native apps on a given platform. For Ionic 1.0.0
"uranium-unicorn", that means UIWebView for iOS 7+, and Android 4.1
and up. Windows Phone and FirefoxOS support is on our roadmap.
Even if you implement a browser website using ionic, the rendered output would rather weird.
Infact, Ionic has itself implemented it's website using bootstrap ;)

Using Onsen-UI for Mobile Website and not for Mobile Application

Do you think it's good to use Onsen-UI for mobile websites and not for mobile application?
Was it not made for this purpose?
I have gone through their website and found nothing regarding mobile websites.
In case it does not work for mobile websites, may I know why?
Are there any specific mobile APIs that are not present in mobile browsers but its there in the application browser component?
Do you think it's good to use Onsen-UI for mobile websites and not for mobile application? Was it not made for this purpose?
I think that Onsen UI is originally created for developing mobile app. However, no matter happened when I adopted Onsen UI on my local web server and accessed with latest Firefox, Chrome, Safari and Opera, though I'm not sure in case old browsers.
Are there any specific mobile APIs that are not present in mobile browsers but its there in the application browser component?
I'd read their documentation and .js file. But no such APIs found. I think there are no such APIs.

EXtJS 4.2 and Android browser

I have a bunch of components that I am calling setValue on, everything is working fine in all browsers except the Android web browser and google chrome for android. Has anyone seen this behavior or knows how to solve it? I don't know where to really begin.
Ok you have to enable Javascipt for the Web View as android disables JS by default due to security reasons
YourWebView.getSettings().setJavaScriptEnabled(true);
YourWebView.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);
That should so the trick
if your app has secure data you probably don't want 3rd party software running JS in your app
Hope this helps

Resources