Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17643] Titanium Picker should leverage HTML <select> instead of mocking a picker in mobile web

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T22:14:41.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
Labelsmobileweb
ReporterLeor Brenman
AssigneeUnknown
Created2014-09-08T16:32:12.000+0000
Updated2018-04-04T23:20:16.000+0000

Description

Titanium Picker should leverage HTML which maps to proper native pickers on iOS and Android (see Geico iPhone screen shot, which is not titanium).
<div id="typeBox">
			<p><label for="insurancetype">Type of Insurance</label></p>
			<select id="insurancetype" name="insurancetype">
				<option value="auto" id="optionAuto" selected="selected">Auto</option>
				<option value="motorcycle" id="optionMotorcycle">Motorcycle</option>
				<option value="atv" id="optionATV">ATV</option>
				<option value="home" id="optionHome">Homeowners</option>    
				<option value="renters" id="optionRenters">Renters</option>
				<option value="condo" id="optionCondoCoop">Condo/Co-op</option>
				<option value="mobilehome" id="optionMobileHome">Mobile Home</option>
				<option value="boat" id="optionBoat">Boat/PWC</option>
				<option value="rv" id="optionRV">RV</option>
				<option value="life" id="optionLife">Life</option>
				<option value="umbrella" id="optionUmbrella">Umbrella</option>
				<option value="idtheft" id="optionIDTheft">Identity Protection</option>
				<option value="flood" id="optionFlood">Flood</option>
				<option value="overseas" id="optionOverseas">Overseas</option>
				<option value="collectibles" id="optionCollectibles">Collectibles</option>
				<option value="business" id="optionBusiness">Business</option>
				<option value="commercial" id="optionCommercial">Commercial Auto</option>
				<option value="collector" id="optionCollector">Collector Auto</option>
				<option value="pet" id="optionPet">Pet</option>
			</select>
		 </div>

Attachments

FileDateSize
iOS Simulator Screen shot Sep 8, 2014, 12.10.51 PM.png2014-09-08T16:32:12.000+000075612
iOS Simulator Screen shot Sep 8, 2014, 12.11.11 PM.png2014-09-08T16:32:12.000+0000141340

Comments

  1. Lee Morris 2017-06-26

    Resolving as "Won't Fix" as MobileWeb has been deprecated.
  2. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source