Questions tagged [moovweb]

Moovweb is a mobile development framework that gives you total control over the user experience of your site.

Moovweb is a mobile development framework that gives you total control over the user experience of your site.

Learn more at http://developer.moovweb.com

112 questions
1
vote
1 answer

How to handle spectial characters in Tritium

I'm working on a Spanish site using MoovWeb & Tritium but I am having issues with special characters. For a content, wherever there are special characters, it always jumbles them up and show blocks or question-mark character. I don't have access to…
YoGi
  • 11
  • 3
1
vote
1 answer

Using Moovweb only some of the inline styles are being removed

So I am working in a very old site that is table heavy - everything has been converted to divs, and inside of main.ts I have tried removing the inline styles because the function remove_all_styles() is not working. @func XMLNode.remove_all_styles()…
nykc
  • 175
  • 12
1
vote
1 answer

delete a project from console.moovweb.com

I have created a couple of projects in my moovweb account in the cloud. I want to delete those projects. When I go to the control center I am not able to locate a delete button in the project list. Need the information will I be able to delete a…
user1403505
  • 895
  • 2
  • 19
  • 42
1
vote
1 answer

Moovweb: specify assets in images/folder via html?

I know that its possible to reference the contents of your images folder using tritium. I am however using the read() function to bring in an html snippet. Is there a way to specify images via that html snippet? eg:
UKDataGeek
  • 6,338
  • 9
  • 46
  • 63
1
vote
1 answer

add_class function is adding a space

I am new to Moovweb. I have _mycart.scss file .mw_iphone { .Test { background-color: red; } } In the my_cart.ts file $("./body") { add_class("mw_iphone") } Output is: -> a space is getting…
1
vote
2 answers

How to remove all inline styling attributes using Moovweb

I have just started a site and it has a lot of in-line styling to clean up. Is there a short cut way to remove the styling beyond doing it line by line? eg in html.ts there is a remove_all_styles() - > is this possible to extend to…
UKDataGeek
  • 6,338
  • 9
  • 46
  • 63
1
vote
0 answers

Moovweb Login - Failed to generate key

Working on a Mac, trying to work through the Quickstart. Downloaded and installed SDK. I am now blocked trying to login to MoovCloud due to the absence of a public key. Got an error trying to generate one. Can anyone point me to a possible…
JThurston
  • 11
  • 2
1
vote
1 answer

Generating a new project on Moovweb

I'm having a tough time creating a new project for Moovweb. I'm getting this error, but don't see where to add SSH keys within moovweb: "ERROR: None of the SSH keys on this machine are associated with your moovweb account. Please use moov login,…
Brad
  • 261
  • 1
  • 3
  • 12
1
vote
1 answer

How to include external CSS in moovweb project

I want to include JQuery mobile CSS in moovweb project [http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css.] The project is not created using Jquery Mobile template. I know to insert an external js file , say: insert("script", type:…
ambikanair
  • 4,004
  • 11
  • 43
  • 83
1
vote
1 answer

Sprites aren't showing up on the iPhone

I am testing my Moovweb project on both an iPhone and an iOS stimulator and I don't see the images from my sprite folder. Going through the motions... 1) Line near the top of main.scss: @import "globals/_sprites"; 2) I'm following the recommended…
Currin Berdine
  • 287
  • 1
  • 10
1
vote
2 answers

How do I create a redirect from mobile to desktop site?

When a user lands on m.example-site.com/hello I would like to redirect them to hello.com/example. How can I best accomplish this when using Moovweb? (Ideally it'd provide the fastest user experience.)
Currin Berdine
  • 287
  • 1
  • 10
1
vote
1 answer

how secure is a mobile website developed using moovweb

I want to know, if I am developing some website that involves making banking transactions etc. How much safe is it to develop it in moovweb platform. Does moovweb provides some extra security measures or any external user can hack the layer…
1
vote
1 answer

Building a jQuery Mobile App using Moovweb, jQuery mobile and Phonegap

I am building my mobile site using Moovweb SDK. I would like to transform my mobile site into a jQuery Mobile Web App. Is there a way to do this with Tritium language? Are there any Tritium libraries that support jQuery Mobile? Next, I would like…
mmb124
  • 51
  • 1
1
vote
1 answer

In Tritium, what's the difference between add_class and attribute

I can use add_class("classname") to add a class attribute to one of my elements, but I can also use attribute("class", "classname") to do the same. What's the difference between the two functions? Any gotchas?
gregorygtseng
  • 851
  • 4
  • 12