اذهب إلى المحتوى
  • 0

كيف أمسح barcode باستعمال phonegap؟

K@m@l

السؤال

Recommended Posts

  • 0

أضف المكتبة المسؤولة عن مسح barcode:

tmt3-10a.thumb.png.737809e632d15df560772

ثم أضف الإعدادات التالية في ملف AndroidManifest/xml:

 <!-- ZXing activities --> 
    <activity android:name="com.google.zxing.client.android.CaptureActivity" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:windowSoftInputMode="stateAlwaysHidden"> 
        <intent-filter> 
        <action android:name="com.phonegap.plugins.barcodescanner.SCAN"/>
        <category android:name="android.intent.category.DEFAULT"/>
        </intent-filter> 
    </activity>
    <activity android:name="com.google.zxing.client.android.encode.EncodeActivity" android:label="@string/share_name">
        <intent-filter> 
        <action android:name="com.phonegap.plugins.barcodescanner.ENCODE"/>
        <category android:name="android.intent.category.DEFAULT"/> 
        </intent-filter>            
    </activity>
</application>

في ملف Index.html:

 <a href="#" class="btn" onclick="scanCode();">Scan Code</a>    
    <a href="#" class="btn enc" onclick="encodeText();">Encode Text</a> 
    <a href="#" class="btn enc" onclick="encodeEmail();">Encode Email</a>   
    <a href="#" class="btn enc" onclick="encodePhone();">Encode Phone</a>   
    <a href="#" class="btn enc" onclick="encodeSMS();">Encode SMS</a>  

يمكنك التوسع في الموضوع عن طريق الدرس التالي : TMT3 Add the PhoneGap Barcode Scanner Plugin to a Project, Write an App using Barcode Scanner Technology

تم التعديل في بواسطة E.Nourddine
رابط هذا التعليق
شارك على الشبكات الإجتماعية

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...