Coder Social home page Coder Social logo

mobile-web-development-with-phonegap's People

Contributors

paulb777 avatar

mobile-web-development-with-phonegap's Issues

Explanation of Demo Projects included with Plugin

After installation of plugin, which demo projects
or apps are available?

Explain which projects and UI frameworks are
available and how to use Project Creation Wizard
to create apps using them. Add screenshot of each
one as an example of what the app looks like.

Original issue reported on code.google.com by [email protected] on 7 Apr 2011 at 4:46

Im having some problems with the initial phonegap 'deviceready' event-handler not being triggered properly, in the ripple chrome extension phonegap emulator.

What steps will reproduce the problem?
1.create an new project PhoneGap for android project
2. write the code function onLoad() {
        //console.log(document);
        document.addEventListener('deviceready',function() {
                console.log('PHONEGAP_READY');
            },false);
        console.log('ON_LOAD');
        x$(document).on('deviceready', function() {
                console.log('PHONEGAP_READY');
            }, false);
    }
3. write <body onload="onLoad();"> and after run the application then 
deviceready app is not running and debug has no error showing. (one error is vm 
aborting)

What is the expected output? What do you see instead?
PHONEGAP_READY, but i am seeing white scereen

What version of the product are you using? On what operating system?
Phonegap.9.4

Please provide any additional information below.
I enabled jsltin4java files also

Original issue reported on code.google.com by [email protected] on 21 Apr 2011 at 7:57

Would like to create vanilla project from wizard

I'd like to create an empty(ish) project from the wizard. With or without a 
framework, always including PhoneGap of course, but starting with a plain 
index.html.

I've attached a sample index.html. I suppose some wizardry to tuck the jQuery 
or Sencha links/script/etc into it would be needed. 


Original issue reported on code.google.com by [email protected] on 20 Jan 2011 at 3:46

Attachments:

PhoneGap example directory from github stopped working February 4

What steps will reproduce the problem?
1. Download phonegap-android from github
2. Build phonegap example project (without JQM or Sencha)
3. Deploy and run
4. Only the dialer will work

On February 4, example/index.html changed from including phonegap.js to 
including phonegap.0.9.4.min.js. A workaround is to edit index.html back to 
phonegap.js

The bug fix should build phonegap.0.9.4.min.js in Eclipse


Original issue reported on code.google.com by [email protected] on 16 Feb 2011 at 3:00

plugins.xml not placed in project tree and reference to DroidGap missing

What steps will reproduce the problem?
1. Using Ubuntu 11.04, Eclipse Helios Service Release 2 Build id: 
20110301-1815, and PhonegapForAndroid 1.2.3.301105010956, create a new PhoneGap 
project using the wizard.

What is the expected output? What do you see instead?
plugins.xml should be placed in the /res/xml directory of the project and a 
reference to the DroidGap Activity should be inserted in AndroidManifest.xml.

Both are missing.

Original issue reported on code.google.com by [email protected] on 9 Aug 2011 at 10:56

Build errors with Android 1.5 and 1.6

What steps will reproduce the problem?
1. Select Android 1.5 or 1.6 as the Build Target on the New Android Project 
Wizard 

What is the expected output? What do you see instead?

Build errors show up in the console.


Workarounds:
1. Build for 2.1 or greater.  PhoneGap apps still seem to run on 1.5 and 1.6 
fine
2. Do the following edits:
- Open src/com.phonegap 
- Right click on ContactAccessorSdk5.java and select Delete 
- Open DroidGap.java 
- Comment out two lines 
-//import android.webkit.WebStorage; 
-//import android.webkit.GeolocationPermissions.Callback; 
Comment out the three methods that still show errors (red in the 
margins) 


Original issue reported on code.google.com by [email protected] on 8 Jan 2011 at 10:55

i cannot add the other makers and info to this good code TMT4 P1 jQuery Mobile Plugin for Google Maps: Route Finder App

What steps will reproduce the problem?
1. i cannot add other markers and info in this project
2. when i rotate the device the part of the map is overflow, hide
3.

What is the expected output? What do you see instead?
to add the info and markers and see always the map when i will rotate the device

What version of the product are you using? On what operating system?
mac osx 10.6.7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Jun 2011 at 10:02

Sencha .js files in project generate console error messages

What steps will reproduce the problem?
1. Create a project that includes Sencha Touch


What is the expected output? What do you see instead?

There will be a stream of the following on the console:
IMPLEMENT resolveForAllocation for class 
org.eclipse.wst.jsdt.internal.compiler.ast.MessageSend


The root cause seems to be the JSDT parser barfing on the construct x = new 
(z()) Filed JSDT bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=333387 


Original issue reported on code.google.com by [email protected] on 5 Jan 2011 at 6:49

Use min versions of referenced resources

From @mkamoski's email to the mailing list:

Dear AppLaud Developer -

This is a suggestion.

I think that the project wizard should pick min versions of resources
by default, when such "min" versions exist.

Or, alternately, it should offer an option of either using the min-
version or the non-min-version of the resources.

For example, as of now, the project produces the following in the
"index.html" file...

<link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.0b1.css"
type="text/css" charset="utf-8" />

<link rel="stylesheet" href="pgandjqm-style-override.css" type="text/
css" charset="utf-8" />

<script type="text/javascript" src="jquery.mobile/jquery-1.5.2.js"></
script>

<script src="jquery.mobile/jquery.mobile-1.0b1.js"></script>

...and I suggest that it should produce something like the following
instead...

<link rel="stylesheet" href="jquery.mobile/
jquery.mobile-1.0b1.min.css" type="text/css" charset="utf-8" />

<link rel="stylesheet" href="pgandjqm-style-override.min.css"
type="text/css" charset="utf-8" />

<script type="text/javascript" src="jquery.mobile/
jquery-1.5.2.min.js"></script>

<script src="jquery.mobile/jquery.mobile-1.0b1.min.js"></script>

...and that would be a bit more performant, etc.


Original issue reported on code.google.com by [email protected] on 19 Jul 2011 at 6:50

Install error with Eclipse for Java EE- failing on JavaScript Dev tools.

Hi - I got the following install error when trying to install r1.1 of the 
plugin. I did not have any previous version of the plugin installed.

I am running Helios Service Release 1 on a Mac 10.6.5.

The install seems to fail updating the JavaScript dev tools. I currently have 
1.21.2.v201009010353 installed, and it wants to install


JavaScript Development Tools    1.2.3.v201010160635-7C78FGUF9JgLWLQ1UIPrac


Your original request has been modified.
  "JavaScript Development Tools" is already installed, so an update will be performed instead.
  "Web Page Editor (Optional)" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
  Software being installed: PhonegapForAndroid 1.1.1.201101121603 (com.mds.phonegapForAndroid.feature.group 1.1.1.201101121603)
  Software currently installed: Eclipse IDE for Java EE Developers 1.3.1.20100916-1202 (epp.package.jee 1.3.1.20100916-1202)
  Only one of the following can be installed at once: 
    JavaScript Development Tools Core 1.1.0.v201006030738 (org.eclipse.wst.jsdt.core 1.1.0.v201006030738)
    JavaScript Development Tools Core 1.1.4.v201012152311 (org.eclipse.wst.jsdt.core 1.1.4.v201012152311)
    JavaScript Development Tools Core 1.1.1.v201007081533 (org.eclipse.wst.jsdt.core 1.1.1.v201007081533)
    JavaScript Development Tools Core 1.1.2.v201009011528 (org.eclipse.wst.jsdt.core 1.1.2.v201009011528)
  Cannot satisfy dependency:
    From: Phonegap for Android 1.1.1.201101121603 (com.mds.apg 1.1.1.201101121603)
    To: bundle org.eclipse.wst.jsdt.core 1.1.4
  Cannot satisfy dependency:
    From: PhonegapForAndroid 1.1.1.201101121603 (com.mds.phonegapForAndroid.feature.group 1.1.1.201101121603)
    To: com.mds.apg [1.1.1.201101121603]
  Cannot satisfy dependency:
    From: Eclipse IDE for Java EE Developers 1.3.1.20100916-1202 (epp.package.jee 1.3.1.20100916-1202)
    To: org.eclipse.epp.package.jee.feature.feature.group [1.3.1.20100916-1202]
  Cannot satisfy dependency:
    From: Java EE IDE Feature 1.3.1.20100916-1202 (org.eclipse.epp.package.jee.feature.feature.group 1.3.1.20100916-1202)
    To: org.eclipse.wst.web_ui.feature.feature.group 0.0.0
  Cannot satisfy dependency:
    From: JavaScript Development Tools 1.2.0.v201005270528-7C78FGDF9JgLWLMBWz-Ose6 (org.eclipse.wst.jsdt.feature.feature.group 1.2.0.v201005270528-7C78FGDF9JgLWLMBWz-Ose6)
    To: org.eclipse.wst.jsdt.core [1.1.0.v201006030738]
  Cannot satisfy dependency:
    From: JavaScript Development Tools 1.2.1.v201007132150-7C78FGGF9JgLWLMFX9Qqbz0 (org.eclipse.wst.jsdt.feature.feature.group 1.2.1.v201007132150-7C78FGGF9JgLWLMFX9Qqbz0)
    To: org.eclipse.wst.jsdt.core [1.1.1.v201007081533]
  Cannot satisfy dependency:
    From: JavaScript Development Tools 1.2.2.v201008170101-7C78FGMF9JgLWLMUUEMtXc (org.eclipse.wst.jsdt.feature.feature.group 1.2.2.v201008170101-7C78FGMF9JgLWLMUUEMtXc)
    To: org.eclipse.wst.jsdt.core [1.1.2.v201009011528]
  Cannot satisfy dependency:
    From: Eclipse Web Developer Tools 3.2.0.v201005241510-7O7CFb3EMf84nP-FHuc10NTz--M3 (org.eclipse.wst.web_ui.feature.feature.group 3.2.0.v201005241510-7O7CFb3EMf84nP-FHuc10NTz--M3)
    To: org.eclipse.wst.jsdt.feature.feature.group [1.2.0.v201005270528-7C78FGDF9JgLWLMBWz-Ose6]
  Cannot satisfy dependency:
    From: Eclipse Web Developer Tools 3.2.1.v201007071800-7O7CFbBEMf84nSIGRvUy2Pq4fbXf (org.eclipse.wst.web_ui.feature.feature.group 3.2.1.v201007071800-7O7CFbBEMf84nSIGRvUy2Pq4fbXf)
    To: org.eclipse.wst.jsdt.feature.feature.group [1.2.1.v201007132150-7C78FGGF9JgLWLMFX9Qqbz0]
  Cannot satisfy dependency:
    From: Eclipse Web Developer Tools 3.2.2.v201008100100-7O7CFbKEMf84nUlEJyX7-SPQjhYZ (org.eclipse.wst.web_ui.feature.feature.group 3.2.2.v201008100100-7O7CFbKEMf84nUlEJyX7-SPQjhYZ)
    To: org.eclipse.wst.jsdt.feature.feature.group [1.2.2.v201008170101-7C78FGMF9JgLWLMUUEMtXc]

Original issue reported on code.google.com by [email protected] on 13 Jan 2011 at 10:12

JavaScript parsing is overly aggressive

What steps will reproduce the problem?
1. Note the yellow warnings on many files and projects
2.

What is the expected output? What do you see instead?

I would expect Preferences -> JavaScript -> Validator -> Errors/Warnings to be 
able to provide more control.

Interestingly, even though Optional Semi-colon is only visible if you Enable 
semantic validation, you can enable it, change Optional Semi-colon to ignore 
and then Disable semantic.  


Original issue reported on code.google.com by [email protected] on 5 Jan 2011 at 6:38

Plugin modified source code for seed code

What steps will reproduce the problem?
1. Create a new project. 
2. Specify "Create project from specified source directory"
3.

What is the expected output? What do you see instead?
The plugin modifies the index.html I add to add in a call to phonegap.js. It 
also adds a copy of phonegap.js to the root directory. The script tag is 
commented out. But my source directory already has phonegap.js (nicely put away 
in a js folder) and my index.html file already includes it. I'd expect the 
plugin to just copy my code and not try to modify it at all.


What version of the product are you using? On what operating system?
Latest, Win7.



Original issue reported on code.google.com by [email protected] on 17 Nov 2011 at 7:47

2 splash screens for ios iPhone app

What steps will reproduce the problem?
1.I am building an iPhone app using PhoneGap. My appis quite heavy and takes 
12-15 secs to load.
2.So I want to add few splash screens, to divert the time.
3. I am quite new to this line so  not sure how to do that.

What is the expected output? What do you see instead?
I want to display 2/3 splash screens by giving time duration while loading 
iPhone app


What version of the product are you using? On what operating system?
I using PhoneGap ver 0.9.4 and xcode ver 3.2.5

Please provide any additional information below.
Could you please give some code sample.  Thanks

Original issue reported on code.google.com by [email protected] on 10 May 2011 at 9:06

Eclipse Phonegap plug in installed but cannot create new project from Sample folder

What steps will reproduce the problem?
1. Click the PhoneGap Logo on the Main Tool bar
2. Select the folder with the Sample project downloaded with Phonegap: 
"C:\phonegap-android\phonegap-0.9.3\Android\Sample"

I expected that this enabled the "Next" button but an error message appeared at 
the top of the window: " Invalid phonegap-android location. It's missing the 
framework and/or example subdirectory"

Version of the product: 1.1
ADT plugin: 8.0.1

I've already generated a project from this Sample using instructions of the 
Phonegap site and is already working but I want to use the plug-in as a next 
step because it seems a more straight forward way.

Original issue reported on code.google.com by [email protected] on 7 Jan 2011 at 3:55

AndroidManifest not set up for PhoneGap with SDK Tools rev. 14 and later

SDK 14 changed the format of the created AndroidManifest.xml.

The PhoneGap wizard is not making the correct adjustments for PhoneGap

Workaround:

Use phonegap-1.1.0/Android/Sample/AndroidManifest.xml to update 
supports-screens, uses-permissions, debuggable, 
android:configChanges="orientation|keyboardHidden", and the DroidGap activity.

Original issue reported on code.google.com by [email protected] on 30 Oct 2011 at 10:35

Change icon that appears on phone to reflect that it's MDS + Phonegap app

What steps will reproduce the problem?
1. create an app
2. load on phone
3. see that icon is one of the phonegap icons

What is the expected output? What do you see instead?
new icon indicating app is from MDS/Phonegap

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Feb 2011 at 10:06

UI libraries may be commented out in index.html

When doing project creation with a user-specified directory:

If the index.html does not include a phonegap*.js and a UI library is also 
requested :

If the UI libraries are not included in the index.html, the UI libraries will 
be added inside the phonegap.js comment directions.

The UI libraries should be uncommented.

Workaround: Uncomment the UI libraries.


Original issue reported on code.google.com by [email protected] on 11 Mar 2011 at 5:31

1.2 Installation Problem - Artifact not found: org.eclipse.update.feature,org.eclipse.jst.webpageeditor.feature

Reported on mailing list 
http://groups.google.com/group/eclipse-plugin-for-phonegap/browse_thread/thread/
9b74e68c537fea3f

Worksaround:
Uncheck WebPageEditor on initial install.

Then:
Help->Install New Software 
Work With: down arrow 
Select Helios 
Choose Web, XML, and Java EE Development 
Select only Web Page Editor (Optional) 
Click Next etc. 

Reproduced, but seems to be sporadic.  Will investigate a more robust solution.


Original issue reported on code.google.com by [email protected] on 24 Feb 2011 at 9:17

Text display glitch on Windows and Linux

When "Include jQuery Mobile ..." or Include "Sencha Touch ..." is selected, the 
"Use phonegap example source ..." line should be extended with "with jQuery 
Mobile" or "with Sencha Touch".  On Windows and Linux, a resize is sometimes 
needed for the "with ..." to be visible.

Original issue reported on code.google.com by [email protected] on 5 Jan 2011 at 6:53

www/index.html should not be required for imported projects

From 
https://groups.google.com/forum/#!topic/eclipse-plugin-for-phonegap/csxVVSlaPMU

I installed mds and was importing my phonegap project but failed with
error messages says "must include an index.html file".
In fact, I moved my index.html to /assets/www/common and changed the
code of loading index file like below:
super.loadUrl(String.format("file:///android_asset/www/common/
index.html"));
I think there is no need to validate whether index.html is there
because developer should feel free to organize his sources.

Original issue reported on code.google.com by [email protected] on 27 Nov 2011 at 4:15

Fix bad tel: link in example/index.html

Run any of the examples.

The double slash should not be after tel:

See 
https://github.com/phonegap/phonegap-android/commit/4f121aa07d21702d2b834ca78afa
bcc092a43e54

Original issue reported on code.google.com by [email protected] on 5 Sep 2011 at 3:18

how to add multiple Audio ?

Hi,

i made on audio player app using this tutorial :-
http://www.mobiledevelopersolutions.com/home/start/twominutetutorials/tmt1part1

everything work perfect !

but i have little question here if i wants to add multiple Audio 
in my app 

Example :- i have 4or5 pages (data-role="page") each page have deferent audio 
so how can i call deferent audios from one main.js file ?

Hope you understand what i'm trying to say
Thanks in advance

Original issue reported on code.google.com by [email protected] on 7 Jun 2011 at 11:41

Sencha 1.1.1

Update Sencha examples and validation to 1.1.1 
http://www.sencha.com/products/touch/download/

Original issue reported on code.google.com by [email protected] on 20 Oct 2011 at 12:04

Does not install

What steps will reproduce the problem?
1. I made a recording of the problem: please see:

BTW: apologies, I had pandora on and the music got recorded.
http://www.youtube.com/watch?v=gWe5QvlN39A

Original issue reported on code.google.com by [email protected] on 1 Apr 2011 at 10:55

  • Merged into: #7

IIS considers a folder with dots/periods in them to be invalid


FYI, for some reason, IIS considers a folder with dots/periods in them to be 
invalid.

See this for details, etc...

http://www.lattimore.id.au/2005/01/26/iis-invalid-folder-names/

On Win XP.

So, if I set up a local web site for testing, pointing to my 
PhoneGap+jQueryMobile+AppLaud project, it will not run because it cannot find 
the files in the "jquery.mobile" folder.

But, if I rename "jquery.mobile" to "jquery_mobile", and fix all the links (ug) 
then it works.


Original issue reported on code.google.com by [email protected] on 5 Oct 2011 at 8:02

New Project creation doesn't work

What steps will reproduce the problem?
1. OSX 10.6.5, 32 bit, Eclipse Helios Service Release 1, Android Development 
Toolkit 8.0.1, your phonegap plugin v 1.1
2. Follow instructions on 
http://wiki.phonegap.com/w/page/34483744/PhoneGap-Eclipse-PlugIn-for-Android

3. The last step of the instructions is "Hit Finish to complete"

When I press Finish, the dialog does not dismiss. It stays up. A default 
Android project is created, but the project doesn't have any PhoneGap-specific 
data, it's just the default Android project.

I'm guessing your Phonegap-specific hooks are not getting called after the 
Android project is created.


Original issue reported on code.google.com by [email protected] on 14 Jan 2011 at 6:11

Update JSDT from 1.2.3 to 1.2.4

JSDT 1.2.4 includes most of my fixes as well as other parser fixes.  Hopefully, 
AppLaud 1.3 will be able to use JSDT out of the box.

Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 12:56

JSDT version conflict with Web Dev Tools

What steps will reproduce the problem?
1. Install fresh Eclipse 3.6 (I used C++ version)
2. Install PhonegapForAndroid 1.1 
3. Attempt install of Eclipse Web Developer Tools

What is the expected output? What do you see instead?
Expect to install Web Tools. Fails with:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Eclipse Web Developer Tools 3.2.2.v201008100100-7O7CFbKEMf84nUlEJyX7-SPQjhYZ (org.eclipse.wst.web_ui.feature.feature.group 3.2.2.v201008100100-7O7CFbKEMf84nUlEJyX7-SPQjhYZ)
  Software currently installed: PhonegapForAndroid 1.1.0.201101042036 (com.mds.phonegapForAndroid.feature.group 1.1.0.201101042036)
  Only one of the following can be installed at once: 
    JavaScript Debug Core 1.0.1.v201008170101 (org.eclipse.wst.jsdt.debug.core 1.0.1.v201008170101)
    JavaScript Debug Core 1.0.3.v201011040143 (org.eclipse.wst.jsdt.debug.core 1.0.3.v201011040143)
    JavaScript Debug Core 1.0.0.v201006082045 (org.eclipse.wst.jsdt.debug.core 1.0.0.v201006082045)
  Cannot satisfy dependency:
    From: PhonegapForAndroid 1.1.0.201101042036 (com.mds.phonegapForAndroid.feature.group 1.1.0.201101042036)
    To: org.eclipse.wst.jsdt.feature.feature.group [1.2.3.v201010160635-7C78FGUF9JgLWLQ1UIPrac]
  Cannot satisfy dependency:
    From: JavaScript Development Tools 1.2.2.v201008170101-7C78FGMF9JgLWLMUUEMtXc (org.eclipse.wst.jsdt.feature.feature.group 1.2.2.v201008170101-7C78FGMF9JgLWLMUUEMtXc)
    To: org.eclipse.wst.jsdt.debug.core [1.0.1.v201008170101]
  Cannot satisfy dependency:
    From: JavaScript Development Tools 1.2.3.v201010160635-7C78FGUF9JgLWLQ1UIPrac (org.eclipse.wst.jsdt.feature.feature.group 1.2.3.v201010160635-7C78FGUF9JgLWLQ1UIPrac)
    To: org.eclipse.wst.jsdt.debug.core [1.0.3.v201011040143]
  Cannot satisfy dependency:
    From: Eclipse Web Developer Tools 3.2.2.v201008100100-7O7CFbKEMf84nUlEJyX7-SPQjhYZ (org.eclipse.wst.web_ui.feature.feature.group 3.2.2.v201008100100-7O7CFbKEMf84nUlEJyX7-SPQjhYZ)
    To: org.eclipse.wst.jsdt.feature.feature.group [1.2.2.v201008170101-7C78FGMF9JgLWLMUUEMtXc]

What version of the product are you using? On what operating system?
PhoneGap plugin 1.1; Eclipse 3.6

Please provide any additional information below.
Can the PhoneGap plugin JSDT dependency be widened, so it can coexist with 
other JS-centric tooling?

Original issue reported on code.google.com by [email protected] on 8 Jan 2011 at 5:03

Improve Android version / min SDK documentation

The Android project creation wizard is confusing to PhoneGap developers since 
it's asks to select both the Target Name and the Min SDK.  PhoneGap developers 
should always choose the latest Target, but select Min SDK based on the minimum 
version they need to support.

More at https://groups.google.com/forum/#!topic/phonegap/57301htyUd0


Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 5:15

Problem with the TMT4 Part 2 Ttorial

Hallo everybody I got an problem with the screen width of the map. My browser 
gave me the error:

Viewport argument value "screen.width;" for key "width" not recognized. Content 
ignored.


This is conected with the following line of the HTML:

  <meta name="viewport" content="width=screen.width; user-scalable=no" />

what do i have to change, that the map is normal shown and not like on the 
picture?

Regards Christoph


Original issue reported on code.google.com by [email protected] on 4 Aug 2011 at 9:37

Attachments:

Cylon app, Inc. don't work (TMT4 P1 jQuery Mobile Plugin for Google Maps: Route Finder App)

What steps will reproduce the problem?
1. I don't see nothing in the square of the map.
2.
3.

What is the expected output? What do you see instead?
the map

What version of the product are you using? On what operating system?
phonegap and xcode or only phonegap and chrome

Please provide any additional information below.
i use this script:
le>jQuery Google Maps Plugin</title>
        <link href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="mapapp.css" type="text/css">
          <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
        <script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="phonegap.0.9.5.min.js"></script>
        <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
        <script type="text/javascript" charset="utf-8" src="jquery.ui.map.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="mapapp.js"></script>

Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 3:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.