yberbrowser does not have the keyboard toggle so one cannot type in urls.

br

robin


You're right, the keyboard toggle appears following this rule, from context.xml:
<inputmethods-plugin transient="yes" active="expr:@/UI/IMVisible"/>

Yberbrowser maybe has different rules for the input methods. For now the only workaround that gets in my mind is to have the keyboard toggle always visible... If you want to apply the workaround, edit /opt/qtmoko/etc/themes/mokofaen/context.xml , go to line 16 and change the lines:

<exclusive rect="34%,5%,32%x90%">
<inputmethods-plugin transient="yes" active="expr:@/UI/IMVisible"/>
</exclusive>

with:

<exclusive rect="34%,5%,32%x90%">
<inputmethods-plugin/>
</exclusive>

Regards
Joif

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to