问题标签 [mobile-phones]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - What are my options for developing a method to allow users to upload photos and video to my website from a mobile device
I want to allow users of my website to upload photos and video from their mobile phone. I have a web-based upload page (built using Flash) that posts uploads to a PHP script running on an Apache web server in Amazon EC2 cloud. I would like to use the same server to receive files uploaded by mobile.
The 3 options as I see it are - (could do all)
1) Develop a mobile browser optimised upload page (eg xhtml) - there is a tutorial mentioned in another question about this on stackoverflow. This would require the user to login beforehand so I know who has uploaded the file and where to put it in database.
2) Develop an app that will be able to access file system of mobile device and upload files. This could be configured once with the username and password of a user so uploading is a little easier.
3) provide an email address for users to send files to from their phone
And I suppose there is the option of using a 3rd party service for this, are there any open source scripts around?
Are there any other considerations I need to be aware of? How does iPhone fit in to this - I know that Flash for iPhone is not supported (yet) but will be in the next version of Flash (for apps not browser based). The tutorial I mentioned above would not work with iPhone either as you cannot get access to file system on iphone via web page.
any other information is greatly appreciated. many thanks
.net - .Net 和移动设备列表
我需要为移动设备开发一个应用程序。我擅长 .Net,没有时间/愿意/金钱来学习任何其他库/框架。所以我决定使用 .Net CF 创建我的应用程序(这是一个不错的选择吗?)。
如今,哪些最流行的设备能够运行 .Net CF 应用程序?我只知道 Windows Mobile 设备。
我只想知道设备列表,以及我的用户在尝试运行应用程序时会遇到哪些障碍?
谢谢。
编辑:我也对 iPhone、Blackberries、Android 感兴趣……是否有可能在那里运行 .Net 应用程序?
flash - 我应该等待 Flash Player 10.1 还是使用 Flash Lite 3 为手机和设备开发 Flash 内容
Adobe 将在 2010 年第一季度推出 Flash Player 10.1,这将提供跨桌面和移动设备的一致运行时(所以我假设如果它是为 Web 构建的,它将在移动设备上运行)。
我即将开始为手机开发基于 Flash 的应用程序,我应该考虑使用 FLash Lite 3 还是等到 Flash Player 10.1 出来。我想我可以在几个月内推出我的 flash lite 3 应用程序,届时 Flash Player 10.1 将很快推出。是否可以说现在大多数手机都支持 Flash Lite 3,可能不支持 Flash Player 10.1,或者当 Flash Player 10.1 发布时所有手机都可以使用?此次发布将影响哪些市场份额?
我仍然希望优化我的 Flash 10 以供 Web 应用程序在 Flash Player 10.1 上运行,使其在移动浏览器上运行得更好,因此这仍然可能与构建独立的 Flash Lite 3 应用程序一样多。或者我根本不需要优化——Flash Player 10.1 会在移动浏览器上提供相同的体验吗?
Flash Player 10.1 是否会提供相同的功能集,例如能够在移动设备上浏览文件并上传到网络?
还有什么要考虑的吗?
windows-mobile - 关于 Windows Mobile 通话状态
我的手机用的是Windows Mobile,想开发一款通话软件,但不知道判断通话状态如何。
c# - 我如何识别网站是否源自移动浏览器?
为手机开发网站是一个完全不同的世界吗?
我如何检测页面是从计算机还是从手机访问的?
我问这个是因为我看到如下代码:
如何将代码移植到 C# 中?
linux - 为移动设备创建 linux 操作系统
我可以为我的手机使用 linux 操作系统吗?我想为我的手机或任何其他硬件构建一个小型的 linux us 。
php - Gnokii 在 Linux 命令行中工作,但不在 PHP 系统命令中
Gnokii 在 RHEL5 的 Linux 命令行中工作,但不是通过 PHP 系统命令。要检查什么?
iphone - 创建网站的移动版本
我正在寻找创建我们网站/网络应用程序的移动版本。什么是提供最好、最全功能版本的好方法。
创建它的部分原因是而不是 iPhone 应用程序,所以我想提供一个 iPhone 网络应用程序,它充分利用 iPhone 的 WebKit 版本(所以 CSS 动画,能够依赖良好的 javascript 支持等) . 但是,我也希望该网站在其他智能手机以及更基本的手机上也能正常工作。
我是否创建两个站点(Mobile WebKit 和基本的移动网络)并基于用户代理重定向?我可以创建一个可以很好地降级的站点吗?有哪些可能性,其他人如何处理?
另外:移动网络模拟器值得吗?我有一部 iPhone,所以可以轻松地对其进行测试。如果我想在 Blackberry/Palm Pre 上进行测试,我真的需要设备还是有可靠的模拟器?
adobe - 在 Flash Lite 中监听按键时,我应该监听 Key.Down 还是该键的数字代码?
adobe 文档说,当从手机监听按键事件时,您应该监听Key.Down,但是当我跟踪按键的 Key.getCode() 时,我看到一个数字而不是字符串“ Key.Down ”。我正在设备中心本地对此进行测试,目前没有手机可以进行测试。这是我的代码 -
我的问题是——这仅仅是因为我在设备中心进行测试,当我在手机上运行它时,我需要监听 Key.Down?还是文档有误?所有设备的数字代码 (40) 是否一致?什么给了土坯?
谢谢大家