<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I convert my web application to a mobile application? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676383#M63029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to create a native app. From the feedback I have received I need to create an app using responsive web design. The editor widget fields and the toolbar button are too small. I have also been asked to keep the map separate the data entry like in the Mobile template tutorial: &lt;A href="https://developers.arcgis.com/javascript/jshelp/mobile_dev.html" title="https://developers.arcgis.com/javascript/jshelp/mobile_dev.html"&gt;Mobile Template | Guide | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The interface would function like the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For edits, the user would click on the icon and the page would slide to an editing form where text boxes would be full size like the Graffiti example you gave me.&lt;/LI&gt;&lt;LI&gt;For additions, I could touch an icon and then touch the map and then it would slide to the editing form.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a visual compilation of what I would like to do:&lt;/P&gt;&lt;P&gt;&lt;IFRAME frameborder="0" width="440" height="330" src="https://www.youtube.com/embed/sX67DK-gmsk" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 15:47:26 GMT</pubDate>
    <dc:creator>ChrisSergent</dc:creator>
    <dc:date>2015-03-05T15:47:26Z</dc:date>
    <item>
      <title>How do I convert my web application to a mobile application?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676381#M63027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a web application that I created using the editor widget, but the editor widget interface is too small so I need to create a mobile app. Is there an easy way to convert a web app into a mobile app such as this one: &lt;A href="http://maps.decaturil.gov/decatureditor2/" title="http://maps.decaturil.gov/decatureditor2/"&gt;Create a Map&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 23:02:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676381#M63027</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-03-04T23:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert my web application to a mobile application?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676382#M63028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to create a native app for iPhone or Android? If so you can look into tools like Phone Gap that let you create native apps based on your web app. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to stick with a browser based app it looks like you just need to re-think the app layout. You are currently using the Editor widget do you need the full capability?&amp;nbsp; If so maybe you can put the editor in a collapsible container of some sort. Here's an example of the ArcGIS Online Editor template that puts the editor widget in a side panel. &lt;A href="http://www.arcgis.com/apps/Editor/index.html?webmap=25977874c66c4c0a8dcc181506c6fb45" title="http://www.arcgis.com/apps/Editor/index.html?webmap=25977874c66c4c0a8dcc181506c6fb45"&gt;http://www.arcgis.com/apps/Editor/index.html?webmap=25977874c66c4c0a8dcc181506c6fb45&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This template is configurable and allows you to add the editor toolbar if needed. All the source for the template is available on github: &lt;A href="https://github.com/Esri/edit-template" title="https://github.com/Esri/edit-template"&gt;Esri/edit-template · GitHub&amp;nbsp; &lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 02:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676382#M63028</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-03-05T02:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert my web application to a mobile application?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676383#M63029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to create a native app. From the feedback I have received I need to create an app using responsive web design. The editor widget fields and the toolbar button are too small. I have also been asked to keep the map separate the data entry like in the Mobile template tutorial: &lt;A href="https://developers.arcgis.com/javascript/jshelp/mobile_dev.html" title="https://developers.arcgis.com/javascript/jshelp/mobile_dev.html"&gt;Mobile Template | Guide | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The interface would function like the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For edits, the user would click on the icon and the page would slide to an editing form where text boxes would be full size like the Graffiti example you gave me.&lt;/LI&gt;&lt;LI&gt;For additions, I could touch an icon and then touch the map and then it would slide to the editing form.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a visual compilation of what I would like to do:&lt;/P&gt;&lt;P&gt;&lt;IFRAME frameborder="0" width="440" height="330" src="https://www.youtube.com/embed/sX67DK-gmsk" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 15:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676383#M63029</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-03-05T15:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert my web application to a mobile application?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676384#M63030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After doing research on responsive web design; re-thinking my app layout is exactly what I need to do. Thank &lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;​.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 14:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-convert-my-web-application-to-a-mobile/m-p/676384#M63030</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-03-09T14:54:37Z</dc:date>
    </item>
  </channel>
</rss>

