mobile

JS Based on-screen keyboard for browser, like on cellphones and tablets

眉间皱痕 提交于 2019-12-17 18:24:01
问题 We have an app for an embedded system, and we are developing several apps based on HTML5, CSS3, and some JS libraries, which run on a webkit browser. I was wondering if there are any libraries that implemented on screen keyboard with customizable graphics of keys. It should also be easy to internationalize it. May be anything based on HTML5 canvas? I appreciate any input. Thanks! 回答1: Something like this? http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and

JS Based on-screen keyboard for browser, like on cellphones and tablets

跟風遠走 提交于 2019-12-17 18:21:55
问题 We have an app for an embedded system, and we are developing several apps based on HTML5, CSS3, and some JS libraries, which run on a webkit browser. I was wondering if there are any libraries that implemented on screen keyboard with customizable graphics of keys. It should also be easy to internationalize it. May be anything based on HTML5 canvas? I appreciate any input. Thanks! 回答1: Something like this? http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and

Error Message: emulator-arm.exe has stopped working

女生的网名这么多〃 提交于 2019-12-17 18:04:56
问题 I have been having issues running my first android app. Yesterday, i came close to running it but my happiness was dashed when i encountered this error: emulator-arm.exe has stopped working What do i do? I want to run this 'Hello World' My Console Display: [2011-07-28 10:46:52 - HelloAndroid] Android Launch! [2011-07-28 10:46:52 - HelloAndroid] adb is running normally. [2011-07-28 10:46:52 - HelloAndroid] Performing com.bestvalue.hello.HelloAndroid activity launch [2011-07-28 10:46:52 -

Create a Directory in PhoneGap Application

纵饮孤独 提交于 2019-12-17 17:56:28
问题 Trying to figure out how to create a directory on the file system using PhoneGap. I want to create a directory for my PhoneGap application, so I can store images the user creates there and load them back up in the app. 回答1: This is how you do it : window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onRequestFileSystemSuccess, null); function onRequestFileSystemSuccess(fileSystem) { var entry=fileSystem.root; entry.getDirectory("example", {create: true, exclusive: false},

What is the User Agent string name for Microsoft Edge?

点点圈 提交于 2019-12-17 17:53:58
问题 I'm making a website and I want it to be compatible with the forthcoming Microsoft Edge when it comes out officially. To be more specific, the mobile version of it. Does anyone know what string will identify the Edge Mobile Browser (for example, "IE Mobile" identifies the mobile version of the Internet Explorer). 回答1: Microsoft Edge UA string: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10136 I detail why in this blog post.

CSS Frameworks for mobile dev? [closed]

▼魔方 西西 提交于 2019-12-17 17:34:40
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Over the past year, I've become a fan of BluePrint.css for managing larger web app projects. I've also looked at 960 and YUI's

How to make sure API requests come from our mobile (ios/android) app?

浪尽此生 提交于 2019-12-17 17:33:45
问题 We're building a mobile app and want to implement some kind of authentication to make sure the API is only being accessed by our app. The users of the app are anonymous, with no logins, though I do identify them through the device id for maintaining settings and such. The easiest approach seems to be generating a Guid / API Key that I send with every request over SSL. What worries me is the possibility that a malicious person with a lot of free time would download the app, decompile it to get

Limitations on SMS messages sent using free email->SMS gateways

早过忘川 提交于 2019-12-17 17:33:24
问题 Many cell (mobile) phone providers in the USA have an email gateway for SMS that allows anyone to send an email that will in turn send a text message. For example, to send a text-message to a user who has a Verizon phone you can send an email to user_phone_number@vtext.com. But... how reliable are these gateways, and what limitations are there on the rate of messages that can be sent? At some point do the providers block or throttle service? Is there anyone out there who is using this type of

Windows Mobile Development - Where to begin? [closed]

只谈情不闲聊 提交于 2019-12-17 17:27:21
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Okay, I will shortly be starting down the path of windows mobile development. I know nothing about the subject really and I am looking

Scrolling slow on mobile/ios when using overflow:Scroll

穿精又带淫゛_ 提交于 2019-12-17 17:26:08
问题 To setup an off-canvas menu I have to set the body to "overflow:hidden" to remove scrolling from the body and add it back in to a container around the content with "overflow-y:scroll". When I do this it seems to slow the scrolling on mobile specifically iOS devices. Is there some sort of performance issue with moving the scrollbar from the body? 回答1: Rather than a performance issue this is likely that your not seeing 'Momentum' scrolling on your iOS device This can be solved by adding '