On Wed, Feb 5, 2014 at 11:18 AM, Jon Robson <[email protected]> wrote:
> I had a chat with Chris Steipp and Brandon Harris. I was hoping they
> would chip in here (maybe they are not on the list so cc'ing them)
>
> From the result of this talk it sounded like we could do login via
> JavaScript as long as we could ensure the user was on http at the time
> of login.
>
> Effectively something like this...
> <script>
> if ( window.location.protocol == 'https' ) {
> $( '.login' ).on( 'click', doAjaxLogin );
> }
> </script>
>
> Please correct me if I'm wrong...
>
>
> On Tue, Feb 4, 2014 at 3:11 AM, Federico Leva (Nemo) <[email protected]> 
> wrote:
>> Jon Robson, 04/02/2014 01:34:
>>
>>> Can someone please remind me the reasons why we cannot do login via
>>> JavaScript on mobile web? Are there any reasons?
>>
>>
>> https://bugzilla.wikimedia.org/show_bug.cgi?id=15700 and specifically
>> https://bugzilla.wikimedia.org/show_bug.cgi?id=17312 ?
>>
>> Nemo
>>
>> _______________________________________________
>> Mobile-l mailing list
>> [email protected]
>> https://lists.wikimedia.org/mailman/listinfo/mobile-l

_______________________________________________
Mobile-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mobile-l

Reply via email to