Hello,
I am trying to use "Navigation/Tabs" control on Mobile application.
My app is in Hebrew witch means that everything is rtl.
I added css block:
*{direction:rtl}
The "Navigation/Tabs" looks OK, but content appears only in the first tab.
I saw that there is an inline css in one of the divs that has been calculated for the selected tab:
When I am changing the "-768px" to "768px", the content appears.
I tried to call "SetCurrentLocale", didn't see any change.
How can I set the controls direction for the tabs and for the entire application?
Thanks