Posts by user2925795 • 169 points
4 posts
- 
		1 votes1 answer485 viewsA: How to hide the Inappbrowser bar?Try this way, it will open the link in the internal browser without the address bar: // Open in app browser var url = "http://" + inputUrl + "/mobile"; window.open(url, '_blank', 'location=no');… 
- 
		2 votes2 answers960 viewsA: Technologies for Instant Messaging AppHave you ever heard of Firebase? I think that’s your answer, it’s super easy to use the API. Even they have a demo: https://github.com/firebase/AndroidChat… 
- 
		0 votes2 answers52 viewsA: Captcha error with Magento: Call to a Member Function getBlockNameMake sure your /var folder has proper permission. When captcha are created they are first stored in var folder. Due to improper permission it will not be saved. This will return a NULL object,… 
- 
		2 votes2 answers2632 viewsQ: What’s wrong with this query? Not Unique table/aliasI came across a problem: 1066 - Not Unique table/alias: 'catalog_product_entity_decimal' SELECT DISTINCT catalog_product_entity.entity_id, sku, price as preco, qty as quantidade, stock_status as…