jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

swich on/off and radio button not working #66

Open jituiitm opened 10 years ago

jituiitm commented 10 years ago

HI Dude,

Thanks for the repo. Its great.

However it breaks my head when trying to use the radio buttons and toggle switch button. Can you please tell me how to fix it?

I just downloaded the repo and hosted on local MAMP.

Thanks

jaunesarmiento commented 10 years ago

Hi @jituiitm, on what platform are you testing? Desktop Chrome or on your mobile device? Would help if you'd post how you're doing the radios and toggles.

jituiitm commented 10 years ago

Hi @jaunesarmiento , Thanks for quick reply.

I tested first on chrome desktop. Then I did with phonegap on android. Both the cases i find i can not access radio button functionality. Even i removed the radio button code and pasted a simple HTML radio button. Even there I can only able to click one radio button, but I have 2 of them. Once clicked on one i can not switch to other.

Regarding the code,

I copied your master file, from https://github.com/jaunesarmiento/fries/archive/master.zip Then through MAMP i loaded it and then i hit localhost/fries-master/examples/index.html Then I clicked on forms. There i tried clicking on switch and radio buttons.

For phonegap, I copied the dist,js and index.html to my assets/www folder.

Let me know if there is another way to do it.

Also if its not more to ask, can we do a quick skype or hangout ?

Thanks

jaunesarmiento commented 10 years ago

That's odd. Hmm. On what device and Android version are you testing the Phonegap app on? Can't do skype/hangout right now unfortunately. I'll check this on my end. Will keep you posted.

jituiitm commented 10 years ago

Hi,

Android 4.1.2 and chrome latest version.

Anyway even i will try whole night and will let u know if i get any conclusion

Thanks

On Mon, Sep 30, 2013 at 9:52 PM, Jaune Sarmiento notifications@github.comwrote:

That's odd. Hmm. On what device and Android version are you testing the Phonegap app on? Can't do skype/hangout right now unfortunately. I'll check this on my end. Will keep you posted.

— Reply to this email directly or view it on GitHubhttps://github.com/jaunesarmiento/fries/issues/66#issuecomment-25378242 .

jaunesarmiento commented 10 years ago

I can confirm that the on/off switches and radio buttons does not work on desktop. But I've tried them on https://github.com/jaunesarmiento/fries-phonegap and they work fine. Can you try running this example on your device? It's a Phonegap app btw.

jaunesarmiento commented 10 years ago

Alright cool, thanks @jituiitm!

guilhermecaldas commented 10 years ago

Hi, I tested right now in my Chrome browser Desktop. The error happens only when fingerblast.js is enabled. So: Fingerblast enabled: Works: Tabs Doesn't work: check box, switch and radio buttons

"I can confirm that the on/off switches and radio buttons does not work on desktop. But I've tried them on https://github.com/jaunesarmiento/fries-phonegap and they work fine." Yes, I'm sure you were not using fingerblast on phonegap, as say your instructions, right(to only use on desktop test)?

I believe it's not really a bug... Right?