<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Problem with Matrix Choice when using mobile forms.</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Problem with Matrix Choice when using mobile forms.</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 18:27:19 +0000</pubDate>

<item>
<title>yuniar on "Problem with Matrix Choice when using mobile forms."</title>
<link>https://www.machform.com/forums/topic/problem-with-matrix-choice-when-using-mobile-forms#post-18194</link>
<pubDate>Sun, 05 May 2013 12:05:56 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18194@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, as for now you'll need to implement the above fix.
&#60;/p&#62;</description>
</item>
<item>
<title>Giorgio on "Problem with Matrix Choice when using mobile forms."</title>
<link>https://www.machform.com/forums/topic/problem-with-matrix-choice-when-using-mobile-forms#post-18163</link>
<pubDate>Wed, 01 May 2013 16:58:56 +0000</pubDate>
<dc:creator>Giorgio</dc:creator>
<guid isPermaLink="false">18163@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Any news on this topic? I'm experiencing the same problem. Is the fix suggested by Yuniar the one to be used? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Steve1951 on "Problem with Matrix Choice when using mobile forms."</title>
<link>https://www.machform.com/forums/topic/problem-with-matrix-choice-when-using-mobile-forms#post-17174</link>
<pubDate>Tue, 12 Feb 2013 23:59:47 +0000</pubDate>
<dc:creator>Steve1951</dc:creator>
<guid isPermaLink="false">17174@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar - Thanks for the reply.  I have already done something similar to what you have suggested (as a temporary fix) on my production sites and that works fine.  I am looking for a long term solution whereby the matrix radio buttons appear the same as the radio buttons when using Multiple Choice.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Problem with Matrix Choice when using mobile forms."</title>
<link>https://www.machform.com/forums/topic/problem-with-matrix-choice-when-using-mobile-forms#post-17161</link>
<pubDate>Tue, 12 Feb 2013 11:43:02 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">17161@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try this, edit your &#34;view.mobile.css&#34;, search around line 167 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body li.matrix input[type=&#38;quot;radio&#38;quot;]{
		-webkit-appearance: none;
		background-color: #ccc;
		border-color: #ccc;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body li.matrix input[type=&#38;quot;radio&#38;quot;]{
		background-color: #ccc;
		border-color: #ccc;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;also, search around line 176:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body li.matrix input[type=&#38;quot;radio&#38;quot;]:checked{
		-webkit-appearance: none;
		background-color: #4596CE;
		border-color: #4596CE;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body li.matrix input[type=&#38;quot;radio&#38;quot;]:checked{
		background-color: #4596CE;
		border-color: #4596CE;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;let me know how it goes please.
&#60;/p&#62;</description>
</item>
<item>
<title>mypaintboy on "Problem with Matrix Choice when using mobile forms."</title>
<link>https://www.machform.com/forums/topic/problem-with-matrix-choice-when-using-mobile-forms#post-17133</link>
<pubDate>Mon, 11 Feb 2013 06:56:46 +0000</pubDate>
<dc:creator>mypaintboy</dc:creator>
<guid isPermaLink="false">17133@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I had the same prob Steve, for now we just deleted mobile view. It works better in my mobile apps without it.
&#60;/p&#62;</description>
</item>
<item>
<title>Steve1951 on "Problem with Matrix Choice when using mobile forms."</title>
<link>https://www.machform.com/forums/topic/problem-with-matrix-choice-when-using-mobile-forms#post-17130</link>
<pubDate>Sun, 10 Feb 2013 05:33:37 +0000</pubDate>
<dc:creator>Steve1951</dc:creator>
<guid isPermaLink="false">17130@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have file view.mobile.css unmodified with the exception of&#60;/p&#62;
&#60;p&#62;&#60;code&#62;@media only screen and (max-width : 800px) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;When a form containing a Matrix Choice is viewed on a Nexus 7 in landscape mode (width is greater than 800px) everything looks fine.  When the same form is viewed in portrait mode  (width is less than 800px) then the radio buttons in the matrix are missing so the user cannot make a selection.  A sample form is listed below:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.schuckman-test.com/machform/view.php?id=3499&#34; rel=&#34;nofollow&#34;&#62;http://www.schuckman-test.com/machform/view.php?id=3499&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
