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
2
votes
2 answers

In Tritium, what are the differences between CSS and XPath selectors?

What are the advantages / disadvantages of the two different selectors? Should I use one over the other?
gregorygtseng
  • 851
  • 4
  • 12
2
votes
1 answer

In Tritium, what does the yield() function do?

I'm looking at the examples on the Tritium API website, and I don't understand what the yield() function does. http://tritium.io/simple-mobile/1.0.224#yield()%20Text Can someone explain these examples? # first example @func XMLNode.foo { $a =…
gregorygtseng
  • 851
  • 4
  • 12
2
votes
1 answer

Changing the style properties via Tritium

Newbie question, I'm working on a simple scenario: Changing the background color and the text of a giving element on my page using Tritium. My page looks like this:
juanca
  • 353
  • 1
  • 9
2
votes
2 answers

Why do I need to be "sudo" to run the Moovweb server?

I've downloaded the Moovweb SDK and installed it on my computer. I ran moov login and entered in my credentials. I generated a project using moov generate example example.com Why do I need to type sudo moov server --auto-hosts ? What is it doing…
gregorygtseng
  • 851
  • 4
  • 12
2
votes
1 answer

When I am using Moovweb for a mobile site, does all of the request (even desktop) get passed through the Moovweb servers?

I understand that Moovweb servers sit in front of my Desktop site load balancer. It seems like all of my traffic would have to be passed through the Moovweb servers. Does this cause a hit on performance of the desktop site?
2
votes
2 answers

Using Typekit fonts with moovweb

on my proxified site fonts from typekit.com are not imported. I have this error message in console which seams to be related: GET…
Nebojsa
  • 483
  • 4
  • 9
2
votes
2 answers

SASS Compilation error when pushing to moovcloud?

When I push to moovcloud, I get this error: | Compiling Sass assets... | gosass error: ~/assets/stylesheets/pages/accounts/address_book.scss:6: error: mixin border-radius is undefined | Backtrace: | e:…
2
votes
1 answer

How to rewrite 302 location

There is a 302 from proxying the site locally which goes to something like http://externalsite.com/foo?redirect=http%3A%2F%2Fwww.myproject.com which then does a 302 to http://www.myproject.com. It's because of the query parameter so how can I…
2
votes
1 answer

Issues Remixing TechCrunch

While going through the sample tutorials on how to remix a website (I chose TechCrunch), I noticed the image transformation: $$("img") { attribute("src", "http://www.montessoricats.com/buddha-scottish-fold-its-magic.jpg") } only seemed to apply…
2
votes
1 answer

What is the mappings.ts file and how should it be set up in Tritium?

I'm using the Moovweb SDK and using Tritium. I want my mobile site to behave like my desktop site. I have different URLs pointing to my homepage. Should I use regex? A common element? And what's the best syntax for matching the path?
Currin Berdine
  • 287
  • 1
  • 10
2
votes
1 answer

How can I force my assets to recompile when using the Moovweb SDK?

I have a local server running and I'm making changes to the .scss files in the stylesheets directory. I'm doing a hard-refresh in my browser, but my changes aren't showing up. I know Moovweb uses Sass - so CSS stylesheets are compiled. Is there any…
michael
  • 209
  • 1
  • 7
2
votes
2 answers

When on Moovweb, does the javascript have to bundled into one file?

I'm working in the Moovweb SDK. So far all the javascript I have used has been placed into the javascript's "main" folder, where it is bundled into the main.js file. Can we split out the javascript files, and just include what we need to per page,…
Currin Berdine
  • 287
  • 1
  • 10
2
votes
2 answers

How do I add a query parameter to a URL?

What's the best practice for adding a query parameter to a URL in Tritium (Moovweb SDK)? Looking for something that works where you don't know if the URL has a "?" and other query parameters already.
Currin Berdine
  • 287
  • 1
  • 10
1
vote
1 answer

How to use static html page in moovweb?

I have added one index.html page at the root of asset folder in moovweb. And on click of button I am trying to open the html page. Whereas I am getting page cannot be loaded message. How to access the local html page in moovweb?
ravindra.kamble
  • 1,023
  • 3
  • 11
  • 20
1
vote
1 answer

Moovweb: Getting Privacy Error when Moving from HTTP to HTTPS

I am transfering a website and when am navigating to a page my url is changing from HTTP to HTTPS. Here am getting the Privacy Error message in my browser. How can I avoid this in moovweb transformation? Let’s take the example of…
aswininayak
  • 933
  • 5
  • 22
  • 39