- This topic has 5 replies, 3 voices, and was last updated 11 years, 5 months ago by steven168h.
-
AuthorPosts
-
steven168hMemberIf i wanna to use the other font not provided by Mobione, so how to input the new font?
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…:)
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.
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.html
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
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