- This topic has 5 replies, 3 voices, and was last updated 12 years ago by
steven168h.
-
AuthorPosts
-
steven168hMemberIf i wanna to use the other font not provided by Mobione, so how to input the new font?
May 28, 2013 at 1:24 am #339448
colstaMemberYou need to adopt some of your own css and cross your fingers to see if it actually holds. I am using Elephant in one of my apps and it’s quite temperamental. I can get it to work throughout the web app, but only partially in the ios app and none in the android app. Must be something with each device having it’s own overriding font.
You can do what I did and play around with css coding from search and see what sticks.
If you want to try and force the same font throughout the app you need to use some css like this:
* { font-family: Elephant, Edwardian !important;}
See how you go…:)
May 29, 2013 at 3:08 am #339485
steven168hMember@colsta wrote:
You need to adopt some of your own css and cross your fingers to see if it actually holds. I am using Elephant in one of my apps and it’s quite temperamental. I can get it to work throughout the web app, but only partially in the ios app and none in the android app. Must be something with each device having it’s own overriding font.
You can do what I did and play around with css coding from search and see what sticks.
If you want to try and force the same font throughout the app you need to use some css like this:
* { font-family: Elephant, Edwardian !important;}
See how you go…:)
Thanks!
By the way, do u have a tutorial use the mobione to build a online apps, eg. i push the button turn to next pages, and that pages will show the website(outlook design like a apps) infor.
May 29, 2013 at 9:14 am #339505
support-michaelKeymaster>By the way, do u have a tutorial use the mobione to build a online apps,
See the following quickstart that walks through a 2 screen app configuration. The example project will run online:
http://www.genuitec.com/mobile/docs/mobione_quickstart/quickstart.htmlMay 31, 2013 at 11:27 pm #339574
colstaMemberIn addition to Wayne’s comments you can also visit YouTube and search the term Mobione
<edit> you can visit http://cincyplanet.com/mobius and/or http://cincyplanet.com/mobione</edit>
Cheers
June 20, 2013 at 5:23 am #340128
steven168hMember@colsta wrote:
In addition to Wayne’s comments you can also visit YouTube and search the term Mobione
<edit> you can visit http://cincyplanet.com/mobius and/or http://cincyplanet.com/mobione</edit>
Cheers
TQ! Bro!
-
AuthorPosts