• 大小: 66.27MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-01-22
  • 语言: 其他
  • 标签: QRScanner  

资源简介

Ionic ORScanner扫描插件优化,支持扫描条形码,支持连扫,有需要的可以自行下载

资源截图

代码片段和文件信息

/*
       Licensed to the Apache Software Foundation (ASF) under one
       or more contributor license agreements.  See the NOTICE file
       distributed with this work for additional information
       regarding copyright ownership.  The ASF licenses this file
       to you under the Apache License Version 2.0 (the
       “License“); you may not use this file except in compliance
       with the License.  You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

       Unless required by applicable law or agreed to in writing
       software distributed under the License is distributed on an
       “AS IS“ BASIS WITHOUT WARRANTIES OR CONDITIONS OF ANY
       KIND either express or implied.  See the License for the
       specific language governing permissions and limitations
       under the License.
 */

package __ID__;

import android.os.Bundle;
import org.apache.cordova.*;

public class __ACTIVITY__ extends CordovaActivity
{
    @Override
    public void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);

        // enable Cordova apps to be started in the background
        Bundle extras = getIntent().getExtras();
        if (extras != null && extras.getBoolean(“cdvStartInBackground“ false)) {
            moveTaskToBack(true);
        }

        // Set by  in config.xml
        loadUrl(launchUrl);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-05-18 14:13  qrScanner\
     文件         363  2018-05-12 00:40  qrScanner\.editorconfig
     文件         438  2018-05-12 00:40  qrScanner\.gitignore
     目录           0  2018-05-18 18:20  qrScanner\.idea\
     目录           0  2018-05-16 18:05  qrScanner\.idea\inspectionProfiles\
     文件         270  2018-05-16 18:03  qrScanner\.idea\modules.xml
     文件         572  2018-05-17 09:54  qrScanner\.idea\qrScanner.iml
     文件       45532  2018-05-18 18:20  qrScanner\.idea\workspace.xml
     目录           0  2018-05-17 10:22  qrScanner\.sourcemaps\
     文件       40110  2018-05-18 18:19  qrScanner\.sourcemaps\0.js.map
     文件       38225  2018-05-18 18:19  qrScanner\.sourcemaps\main.js.map
     文件        6460  2018-05-18 18:19  qrScanner\config.xml
     文件         112  2018-05-16 17:23  qrScanner\ionic.config.json
     文件         197  2018-05-12 00:40  qrScanner\ionic.starter.json
     目录           0  2018-05-18 14:12  qrScanner\node_modules\
     目录           0  2018-05-17 10:20  qrScanner\node_modules\.bin\
     文件         301  2018-05-17 10:20  qrScanner\node_modules\.bin\acorn
     文件         178  2018-05-17 10:20  qrScanner\node_modules\.bin\acorn.cmd
     文件         303  2018-05-17 10:20  qrScanner\node_modules\.bin\atob
     文件         180  2018-05-17 10:20  qrScanner\node_modules\.bin\atob.cmd
     文件         339  2018-05-17 10:20  qrScanner\node_modules\.bin\autoprefixer-info
     文件         216  2018-05-17 10:20  qrScanner\node_modules\.bin\autoprefixer-info.cmd
     文件         309  2018-05-17 10:20  qrScanner\node_modules\.bin\browserslist
     文件         186  2018-05-17 10:20  qrScanner\node_modules\.bin\browserslist.cmd
     文件         387  2018-05-17 10:20  qrScanner\node_modules\.bin\build-optimizer
     文件         264  2018-05-17 10:20  qrScanner\node_modules\.bin\build-optimizer.cmd
     文件         323  2018-05-17 10:20  qrScanner\node_modules\.bin\create
     文件         200  2018-05-17 10:20  qrScanner\node_modules\.bin\create.cmd
     文件         295  2018-05-17 10:20  qrScanner\node_modules\.bin\errno
     文件         172  2018-05-17 10:20  qrScanner\node_modules\.bin\errno.cmd
     文件         321  2018-05-17 10:20  qrScanner\node_modules\.bin\esparse
............此处省略30533个文件信息

评论

共有 条评论

相关资源